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

Petter Reinholdtsen pere at alioth.debian.org
Tue Jul 14 22:43:37 UTC 2009


Author: pere
Date: 2009-07-14 22:43:37 +0000 (Tue, 14 Jul 2009)
New Revision: 1467

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd
Log:
Modify LSB header of init.d/bootlogd to start earlier when
dependency based boot sequencing is enabled, by stating that
it should start before keymap and keyboard-setup.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-07-14 22:28:48 UTC (rev 1466)
+++ sysvinit/trunk/debian/changelog	2009-07-14 22:43:37 UTC (rev 1467)
@@ -17,6 +17,9 @@
   * Modify LSB header of init.d/bootlogd to depend on $all when
     starting, to get it to start later in the boot sequence
     (Closes: #531198.  Patch from Vincent Crevot.
+  * Modify LSB header of init.d/bootlogd to start earlier when
+    dependency based boot sequencing is enabled, by stating that
+    it should start before keymap and keyboard-setup.
   * Make sure more verbose temp cleaning always calls log_end_msg
     after log_begin_msg (might solve #534713).
 

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd	2009-07-14 22:28:48 UTC (rev 1466)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/bootlogd	2009-07-14 22:43:37 UTC (rev 1467)
@@ -2,6 +2,7 @@
 ### BEGIN INIT INFO
 # Provides:          bootlogd
 # Required-Start:    mountdevsubfs
+# X-Start-Before:    keymap keyboard-setup
 # Required-Stop:
 # Default-Start:     S
 # Default-Stop:




More information about the Pkg-sysvinit-commits mailing list