[debian] fix init script dependencies (closes #1921729) stable
authorJulien Cristau <julien.cristau@logilab.fr>
Tue, 13 Sep 2011 17:50:03 +0200
branchstable
changeset 7788 cc8670be7b2e
parent 7787 d9607ae447d2
child 7793 8a330017ca4d
[debian] fix init script dependencies (closes #1921729) Facility names starting with $ are reserved system facilities. Other scripts can be referred to using the facility name listed in Provides directly.
debian/cubicweb-ctl.cubicweb.init
--- a/debian/cubicweb-ctl.cubicweb.init	Tue Sep 13 17:42:22 2011 +0200
+++ b/debian/cubicweb-ctl.cubicweb.init	Tue Sep 13 17:50:03 2011 +0200
@@ -4,8 +4,8 @@
 # Provides:          cubicweb
 # Required-Start:    $remote_fs $syslog $local_fs $network
 # Required-Stop:     $remote_fs $syslog $local_fs $network
-# Should-Start:      $postgresql $pyro-nsd
-# Should-Stop:       $postgresql $pyro-nsd
+# Should-Start:      postgresql pyro-nsd
+# Should-Stop:       postgresql pyro-nsd
 # Default-Start:     2 3 4 5
 # Default-Stop:      0 1 6
 # Short-Description: Start cubicweb application at boot time