Package: ddclient
Version: 3.7.3-4.1
Severity: normal
Tags: patch
Usertags: origin-ubuntu intrepid ubuntu-patch

Hi,

As you may know [1] we are removing the stop links from rc0 and rc6 in Ubuntu.
I have modified ddclient with the attached patch which I'm told could be of 
interest to you too [2].

I hope this helps,

Cesare

[1]https://lists.ubuntu.com/archives/ubuntu-devel-announce/2008-June/000430.html
[2]https://lists.ubuntu.com/archives/ubuntu-devel/2008-August/025945.html
diff -u ddclient-3.7.3/debian/rules ddclient-3.7.3/debian/rules
--- ddclient-3.7.3/debian/rules
+++ ddclient-3.7.3/debian/rules
@@ -57,7 +57,7 @@
 	dh_installexamples
 	dh_installman
 	dh_installmenu
-	dh_installinit -u multiuser
+	dh_installinit -- start 20 2 3 4 5 . stop 20 1 .
 	dh_installchangelogs 
 	dh_link
 	dh_strip
diff -u ddclient-3.7.3/debian/ddclient.init ddclient-3.7.3/debian/ddclient.init
--- ddclient-3.7.3/debian/ddclient.init
+++ ddclient-3.7.3/debian/ddclient.init
@@ -7,7 +7,7 @@
 # Required-Start:    $local_fs $remote_fs $network
 # Required-Stop:     $local_fs $remote_fs $network
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Default-Stop:      1
 # Short-Description: Update dynamic domain name service entries
 ### END INIT INFO
 

Reply via email to