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

Petter Reinholdtsen pere at alioth.debian.org
Sat Aug 22 11:18:07 UTC 2009


Author: pere
Date: 2009-08-22 11:18:07 +0000 (Sat, 22 Aug 2009)
New Revision: 1618

Modified:
   sysvinit/trunk/debian/changelog
   sysvinit/trunk/debian/initscripts/etc/init.d/skeleton
Log:
Add $syslog as a dependency for init.d/skeleton, as it should
be used in the normal case.

Modified: sysvinit/trunk/debian/changelog
===================================================================
--- sysvinit/trunk/debian/changelog	2009-08-20 12:37:48 UTC (rev 1617)
+++ sysvinit/trunk/debian/changelog	2009-08-22 11:18:07 UTC (rev 1618)
@@ -59,8 +59,9 @@
     complete list.
   * Extend boot order migration check to reject migration if init.d
     scripts from removed but not purged packages are present.
+  * Add $syslog as a dependency for init.d/skeleton, as it should
+    be used in the normal case.
 
-
  -- Kel Modderman <kel at otaku42.de>  Sun, 02 Aug 2009 05:46:21 +1000
 
 sysvinit (2.87dsf-2) unstable; urgency=low

Modified: sysvinit/trunk/debian/initscripts/etc/init.d/skeleton
===================================================================
--- sysvinit/trunk/debian/initscripts/etc/init.d/skeleton	2009-08-20 12:37:48 UTC (rev 1617)
+++ sysvinit/trunk/debian/initscripts/etc/init.d/skeleton	2009-08-22 11:18:07 UTC (rev 1618)
@@ -1,8 +1,8 @@
 #! /bin/sh
 ### BEGIN INIT INFO
 # Provides:          skeleton
-# Required-Start:    $remote_fs
-# Required-Stop:     $remote_fs
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Example initscript




More information about the Pkg-sysvinit-commits mailing list