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

Petter Reinholdtsen pere at alioth.debian.org
Mon Jun 29 16:16:22 UTC 2009


Author: pere
Date: 2009-06-29 16:16:20 +0000 (Mon, 29 Jun 2009)
New Revision: 1357

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/mountdevsubfs.sh
   sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh
Log:
Drop interactive flag from mountkernfs.sh and mountdevsubfs.sh too.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-06-28 20:44:41 UTC (rev 1356)
+++ sysvinit/trunk/debian/changelog	2009-06-29 16:16:20 UTC (rev 1357)
@@ -11,8 +11,9 @@
   * Make temp cleaning more verbose (Closes: #534609).
   * Use X-Interactive flag in LSB headers of those scripts that should
     run on their own, based on the current content of insserv.conf.
-    Dropped it from hostname.sh, based on test reports that the fix in
-    #457896 made it obsolete.
+    Dropped interactive flag from hostname.sh, mountkernfs.sh and
+    mountdevsubfs.sh, based on testing confirming that the fix in
+    #457896 made them obsolete.
   * Make sure kfreebsd also get /sys in the initscripts
     package (Closes: #525787).
   * Add new co-maintainer Kel Modderman as uploader.

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mountdevsubfs.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mountdevsubfs.sh	2009-06-28 20:44:41 UTC (rev 1356)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mountdevsubfs.sh	2009-06-29 16:16:20 UTC (rev 1357)
@@ -6,7 +6,6 @@
 # Should-Start:      udev
 # Default-Start:     S
 # Default-Stop:
-# X-Interactive:     true
 # Short-Description: Mount special file systems under /dev.
 # Description:       Mount the virtual filesystems the kernel provides
 #                    that ordinarily live under the /dev filesystem.

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh	2009-06-28 20:44:41 UTC (rev 1356)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/mountkernfs.sh	2009-06-29 16:16:20 UTC (rev 1357)
@@ -6,7 +6,6 @@
 # Should-Start:      glibc
 # Default-Start:     S
 # Default-Stop:
-# X-Interactive:     true
 # Short-Description: Mount kernel virtual file systems.
 # Description:       Mount initial set of virtual filesystems the kernel
 #                    provides and that are required by everything.




More information about the Pkg-sysvinit-commits mailing list