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

Petter Reinholdtsen pere at costa.debian.org
Sat Sep 16 10:17:08 UTC 2006


Author: pere
Date: 2006-09-16 10:17:08 +0000 (Sat, 16 Sep 2006)
New Revision: 935

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh
Log:
Modified /var/run/ to allow devices and executables.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2006-09-16 10:15:12 UTC (rev 934)
+++ sysvinit/trunk/debian/changelog	2006-09-16 10:17:08 UTC (rev 935)
@@ -18,7 +18,8 @@
     these directories from now on.  Patch from Scott James Remnant and
     Ubuntu.
   * Adjust checkroot.sh to create the root device node in /var/run/
-    when needed, instead of mounting its own tmpfs.
+    when needed, instead of mounting its own tmpfs.  Modified
+    /var/run/ to allow devices and executables.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat, 16 Sep 2006 12:14:36 +0200
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh	2006-09-16 10:15:12 UTC (rev 934)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh	2006-09-16 10:17:08 UTC (rev 935)
@@ -32,7 +32,7 @@
 	fi
 
 	# Mount /var/run and /var/lock as tmpfs.
-	domount tmpfs "" /var/run varrun -omode=0755,nodev,noexec,nosuid
+	domount tmpfs "" /var/run varrun -omode=0755,nosuid
 	domount tmpfs "" /var/lock varlock -omode=1777,nodev,noexec,nosuid
 
 	#




More information about the Pkg-sysvinit-commits mailing list