use 99 as default sequence number in runlevel
authorJulien Jehannet <julien.jehannet@logilab.fr>
Fri, 16 Jan 2009 20:03:58 +0100
changeset 462 c6e313c7a2e0
parent 439 7cb7cb318983
child 463 1630b591cbfd
use 99 as default sequence number in runlevel
debian/cubicweb-ctl.postinst
--- a/debian/cubicweb-ctl.postinst	Fri Jan 16 18:31:40 2009 +0100
+++ b/debian/cubicweb-ctl.postinst	Fri Jan 16 20:03:58 2009 +0100
@@ -2,7 +2,7 @@
 
 case "$1" in
     configure|abort-upgrade|abort-remove|abort-deconfigure)
-        update-rc.d cubicweb defaults >/dev/null
+        update-rc.d cubicweb defaults 99 >/dev/null
     ;;
     *)
         echo "postinst called with unknown argument \`$1'" >&2