[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.
--- 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