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

kelmo-guest at alioth.debian.org kelmo-guest at alioth.debian.org
Sun Mar 29 18:48:21 UTC 2009


Author: kelmo-guest
Date: 2009-03-29 18:48:21 +0000 (Sun, 29 Mar 2009)
New Revision: 1329

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh
Log:
Exclude proc from mount_all_local() function of mountall.sh by
supplying noproc to the -t cli argument. Thanks Mike Hommey for
the patch. (Closes: #425199)

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-03-14 13:08:18 UTC (rev 1328)
+++ sysvinit/trunk/debian/changelog	2009-03-29 18:48:21 UTC (rev 1329)
@@ -56,8 +56,11 @@
     fakechroot environment. This is done by checking for FAKECHROOT env
     variable before bailing out. Patch thanks to Daniel Kahn Gillmor.
     (Closes: #504877)
+  * Exclude proc from mount_all_local() function of mountall.sh by
+    supplying noproc to the -t cli argument. Thanks Mike Hommey for
+    the patch. (Closes: #425199)
 
- -- Kel Modderman <kel at otaku42.de>  Sat, 14 Mar 2009 23:06:36 +1000
+ -- Kel Modderman <kel at otaku42.de>  Mon, 30 Mar 2009 04:47:48 +1000
 
 sysvinit (2.86.ds1-61) unstable; urgency=low
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh	2009-03-14 13:08:18 UTC (rev 1328)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mountall.sh	2009-03-29 18:48:21 UTC (rev 1329)
@@ -26,7 +26,7 @@
 	# Mount local file systems in /etc/fstab.
 	#
 	mount_all_local() {
-	    mount -a -t nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 \
+	    mount -a -t noproc,nonfs,nfs4,smbfs,cifs,ncp,ncpfs,coda,ocfs2,gfs,gfs2 \
 		-O no_netdev
 	}
 	pre_mountall




More information about the Pkg-sysvinit-commits mailing list