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

pere at alioth.debian.org pere at alioth.debian.org
Sun Dec 30 13:58:57 UTC 2007


Author: pere
Date: 2007-12-30 13:58:57 +0000 (Sun, 30 Dec 2007)
New Revision: 1159

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh
Log:
  * UNRELEASED
  * Add hostname as a dependency for checkroot, to make sure the
    hostname is set before the root file system is checked?

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2007-12-30 09:34:07 UTC (rev 1158)
+++ sysvinit/trunk/debian/changelog	2007-12-30 13:58:57 UTC (rev 1159)
@@ -1,3 +1,12 @@
+sysvinit (2.86.ds1-47) unstable; urgency=low
+
+  * UNRELEASED
+
+  * Add hostname as a dependency for checkroot, to make sure the
+    hostname is set before the root file system is checked?
+
+ -- Petter Reinholdtsen <pere at debian.org>  Sun, 30 Dec 2007 14:32:52 +0100
+
 sysvinit (2.86.ds1-46) unstable; urgency=low
 
   * Move from experimental to unstable.

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh	2007-12-30 09:34:07 UTC (rev 1158)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/checkroot.sh	2007-12-30 13:58:57 UTC (rev 1159)
@@ -1,7 +1,7 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          checkroot
-# Required-Start:    mountdevsubfs
+# Required-Start:    mountdevsubfs hostname
 # Required-Stop:     
 # Should-Start:      keymap hwclockfirst
 # Should-stop:




More information about the Pkg-sysvinit-commits mailing list