[Initscripts-ng-commits] r191 - in /trunk/src/insserv/debian: changelog overrides/openbsd-inetd

pere at users.alioth.debian.org pere at users.alioth.debian.org
Sun Sep 10 10:30:38 UTC 2006


Author: pere
Date: Sun Sep 10 10:30:38 2006
New Revision: 191

URL: http://svn.debian.org/wsvn/initscripts-ng/?sc=1&rev=191
Log:
Add $syslog to the dependency list for openbsd-inetd, to make sure
it can log its start to syslog.  Drop $local_fs, as it is a
dependency for $remote_fs.

Modified:
    trunk/src/insserv/debian/changelog
    trunk/src/insserv/debian/overrides/openbsd-inetd

Modified: trunk/src/insserv/debian/changelog
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/changelog?rev=191&op=diff
==============================================================================
--- trunk/src/insserv/debian/changelog (original)
+++ trunk/src/insserv/debian/changelog Sun Sep 10 10:30:38 2006
@@ -4,6 +4,9 @@
     are renamed to K* symlinks in rc0.d/ and rc6.d/.
   * Correct override file for sysklogd and klogd.  These should not
     start in runlevel S, and should stop in runlevel 1.
+  * Add $syslog to the dependency list for openbsd-inetd, to make sure
+    it can log its start to syslog.  Drop $local_fs, as it is a
+    dependency for $remote_fs.
 
  -- Petter Reinholdtsen <pere at debian.org>  Sat,  9 Sep 2006 20:32:28 +0200
 

Modified: trunk/src/insserv/debian/overrides/openbsd-inetd
URL: http://svn.debian.org/wsvn/initscripts-ng/trunk/src/insserv/debian/overrides/openbsd-inetd?rev=191&op=diff
==============================================================================
--- trunk/src/insserv/debian/overrides/openbsd-inetd (original)
+++ trunk/src/insserv/debian/overrides/openbsd-inetd Sun Sep 10 10:30:38 2006
@@ -1,7 +1,7 @@
 ### BEGIN INIT INFO
 # Provides:          openbsd-inetd
-# Required-Start:    $local_fs $remote_fs
-# Required-Stop:     $local_fs $remote_fs
+# Required-Start:    $remote_fs $syslog
+# Required-Stop:     $remote_fs $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 ### END INIT INFO




More information about the Initscripts-ng-commits mailing list