# HG changeset patch # User Julien Cristau # Date 1315929003 -7200 # Node ID cc8670be7b2e2eda22f51cc754a64d9b4d37f1b3 # Parent d9607ae447d2a55f43ac850c21a6b8980ccb522e [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. diff -r d9607ae447d2 -r cc8670be7b2e 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