tags 541392 + patch
thanks

Here is a patch to fix this issue.  You can also drop the redundant
$local_fs dependency which is implied by $remote_fs, but I leave it to
you to decide if you care about this or not.

Without the $syslog dependency, the service will start before syslog
is operational, and some syslog messages can be lost during boot.

diff -ur ddclient-3.8.0/debian/ddclient.init 
ddclient-3.8.0-pere/debian/ddclient.init
--- ddclient-3.8.0/debian/ddclient.init 2009-08-27 13:24:58.000000000 +0200
+++ ddclient-3.8.0-pere/debian/ddclient.init    2009-08-27 13:25:25.622974000 
+0200
@@ -4,8 +4,8 @@

 ### BEGIN INIT INFO
 # Provides:          ddclient
-# Required-Start:    $local_fs $remote_fs $network
-# Required-Stop:     $local_fs $remote_fs $network
+# Required-Start:    $local_fs $remote_fs $network $syslog
+# Required-Stop:     $local_fs $remote_fs $network $syslog
 # Default-Start:     2 3 4 5
 # Default-Stop:      1
 # Short-Description: Update dynamic domain name service entries

Happy hacking,
-- 
Petter Reinholdtsen



-- 
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to