Package: sysklogd
Version 1.5-1
Tags: patch

Here is the complete patch for the 1.5-1.1 NMU.  It was also sent
directly to the maintainer on his request, but I thought it best to
include it here, to make sure it is available for everyone.

diff -u sysklogd-1.5/debian/changelog sysklogd-1.5/debian/changelog
--- sysklogd-1.5/debian/changelog
+++ sysklogd-1.5/debian/changelog
@@ -1,3 +1,13 @@
+sysklogd (1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload with approval from maintainer.
+  * Break dependency loop in init.d dependencies by dropping optional
+    depend on $named for sysklogd, and correct the list of runlevels
+    for this script.  Changed syskogd script to provide the specific
+    service, to avoid name conflicts.  (Closes: #458265).
+
+ -- Petter Reinholdtsen <[EMAIL PROTECTED]>  Tue,  8 Jan 2008 09:33:38 +0100
+
 sysklogd (1.5-1) unstable; urgency=low

   * New upstream version
diff -u sysklogd-1.5/debian/rc sysklogd-1.5/debian/rc
--- sysklogd-1.5/debian/rc
+++ sysklogd-1.5/debian/rc
@@ -2,13 +2,13 @@
 # /etc/init.d/sysklogd: start the system log daemon.

 ### BEGIN INIT INFO
-# Provides:             syslog
+# Provides:             sysklogd
 # Required-Start:       $local_fs $time
 # Required-Stop:        $local_fs $time
-# Should-Start:         $network $named
-# Should-Stop:          $network $named
-# Default-Start:        S 1 2 3 4 5
-# Default-Stop:         0 6
+# Should-Start:         $network
+# Should-Stop:          $network
+# Default-Start:        2 3 4 5
+# Default-Stop:         0 1 6
 # Short-Description:    System logger
 ### END INIT INFO

diff -u sysklogd-1.5/debian/rc.klogd sysklogd-1.5/debian/rc.klogd
--- sysklogd-1.5/debian/rc.klogd
+++ sysklogd-1.5/debian/rc.klogd
@@ -3,10 +3,10 @@

 ### BEGIN INIT INFO
 # Provides:             klogd
-# Required-Start:       syslog
-# Required-Stop:        syslog
-# Default-Start:        S 1 2 3 4 5
-# Default-Stop:         0 6
+# Required-Start:       sysklogd
+# Required-Stop:        sysklogd
+# Default-Start:        2 3 4 5
+# Default-Stop:         0 1 6
 # Short-Description:    Kernel logger
 ### END INIT INFO




-- 
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Reply via email to