[Pkg-sysvinit-commits] r123 - in sysvinit/trunk/debian: . initscripts/etc/init.d

Petter Reinholdtsen pere at costa.debian.org
Fri Nov 18 08:19:04 UTC 2005


Author: pere
Date: 2005-11-18 08:19:04 +0000 (Fri, 18 Nov 2005)
New Revision: 123

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh
Log:
  * Make sure checkroot.sh calls mountvirtfs with argument 'start', to
    avoid usage message and making sure it is executed as it
    should. (Closes: #338966, #339351)

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2005-11-14 12:48:56 UTC (rev 122)
+++ sysvinit/trunk/debian/changelog	2005-11-18 08:19:04 UTC (rev 123)
@@ -10,6 +10,10 @@
     fixed on machines with locked root accounts too, by pressenting a
     shell in these cases. Patch from Ubuntu and Thom May.
     (Closes: #326678)
+  * Make sure checkroot.sh calls mountvirtfs with argument 'start', to
+    avoid usage message and making sure it is executed as it
+    should. (Closes: #338966, #339351)
+
   [ Thomas Hood ]
   * Improve update-rc.d man page
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh	2005-11-14 12:48:56 UTC (rev 122)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh	2005-11-18 08:19:04 UTC (rev 123)
@@ -348,7 +348,7 @@
 		[ "$roottype" != none ] &&
 			mount -f -o $rootopts -t $roottype $fstabroot /
 		[ -n "$devfs" ] && mount -f $devfs
-		. /etc/init.d/mountvirtfs
+		. /etc/init.d/mountvirtfs start
 	fi
 
 	#




More information about the Pkg-sysvinit-commits mailing list