Package: destar
Version: 0.2.2-5
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 destar 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 destar-0.2.2/debian/rules destar-0.2.2/debian/rules
--- destar-0.2.2/debian/rules
+++ destar-0.2.2/debian/rules
@@ -54,7 +54,7 @@
 	dh_installchangelogs CHANGELOG.txt
 	dh_installdocs
 	dh_installexamples
-	dh_installinit
+	dh_installinit -- start 20 2 3 4 5 . stop 20 1 .
 	dh_installdebconf
 	dh_link
 	dh_strip
diff -u destar-0.2.2/debian/destar.init destar-0.2.2/debian/destar.init
--- destar-0.2.2/debian/destar.init
+++ destar-0.2.2/debian/destar.init
@@ -8,7 +8,7 @@
 # Should-Start:      $local_fs
 # Should-Stop:       $local_fs
 # Default-Start:     2 3 4 5
-# Default-Stop:      0 1 6
+# Default-Stop:      1
 # Short-Description: Asterisk Web GUI DeStar
 # Description:       A web interface to manage 
 #		     the Asterisk PBX

Reply via email to