[Pkg-virtualbox-commits] r222 - in trunk/debian: . patches

meskes at alioth.debian.org meskes at alioth.debian.org
Tue Feb 19 14:16:01 UTC 2008


Author: meskes
Date: 2008-02-19 14:16:00 +0000 (Tue, 19 Feb 2008)
New Revision: 222

Modified:
   trunk/debian/changelog
   trunk/debian/patches/10-initscript.dpatch
   trunk/debian/virtualbox-ose-guest-utils.init
Log:
Fixed LSB headers in init scripts.



Modified: trunk/debian/changelog
===================================================================
--- trunk/debian/changelog	2008-02-17 19:44:03 UTC (rev 221)
+++ trunk/debian/changelog	2008-02-19 14:16:00 UTC (rev 222)
@@ -1,3 +1,9 @@
+virtualbox-ose (1.5.4-dfsg-6) UNRELEASED; urgency=low
+
+  * Fixed LSB headers in init.d scripts, closes: #466311
+
+ -- Michael Meskes <meskes at debian.org>  Tue, 19 Feb 2008 15:12:32 +0100
+
 virtualbox-ose (1.5.4-dfsg-5) unstable; urgency=low
 
   [ Daniel Baumann ]

Modified: trunk/debian/patches/10-initscript.dpatch
===================================================================
--- trunk/debian/patches/10-initscript.dpatch	2008-02-17 19:44:03 UTC (rev 221)
+++ trunk/debian/patches/10-initscript.dpatch	2008-02-19 14:16:00 UTC (rev 222)
@@ -8,6 +8,21 @@
 
 --- virtualbox-ose-1.5.4-dfsg/src/VBox/Installer/linux/vboxnet.sh.orig	2007-11-21 20:54:35.000000000 +0100
 +++ virtualbox-ose-1.5.4-dfsg/src/VBox/Installer/linux/vboxnet.sh	2008-02-15 10:20:31.000000000 +0100
+@@ -19,10 +19,10 @@
+ #
+ ### BEGIN INIT INFO
+ # Provides:       vboxnet
+-# Required-Start: $network
+-# Required-Stop:
+-# Default-Start:  3 5
+-# Default-Stop:
++# Required-Start: $remote_fs $network
++# Required-Stop:  $remote_fs
++# Default-Start:  2 3 4 5
++# Default-Stop:   0 1 6
+ # Description:    VirtualBox permanent host networking setup
+ ### END INIT INFO
+
 @@ -383,10 +383,13 @@
  
  case "$1" in

Modified: trunk/debian/virtualbox-ose-guest-utils.init
===================================================================
--- trunk/debian/virtualbox-ose-guest-utils.init	2008-02-17 19:44:03 UTC (rev 221)
+++ trunk/debian/virtualbox-ose-guest-utils.init	2008-02-19 14:16:00 UTC (rev 222)
@@ -4,8 +4,8 @@
 ### BEGIN INIT INFO
 # Provides:          vboxadd
 # Short-Description: VirtualBox Linux Additions
-# Required-Start:
-# Required-Stop:
+# Required-Start:    $remote_fs
+# Required-Stop:     $remote_fs
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 ### END INIT INFO
@@ -29,7 +29,7 @@
   	in_virtual_machine || exit 0
   	log_action_begin_msg 'Starting VirtualBox Additions';
 	# udev should have already handled this module
-	# double check kernel support is present or die
+	# double check if kernel support is present or die
 	modprobe --quiet vboxadd
 	if [ "$?" -ne 0 ]; then
 		# vboxadd not installed, or has a problem




More information about the Pkg-virtualbox-commits mailing list