X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=debian%2Futil-vserver-legacy.postinst;h=2b20048b5b69587a248bcb02a09bb6530bdbdff9;hb=HEAD;hp=3d98fbad8c8355cf196ec4096e4549ba516d4f11;hpb=ab00d98f6ef6bed45cec4578f324ed958c1e9e54;p=util-vserver.git diff --git a/debian/util-vserver-legacy.postinst b/debian/util-vserver-legacy.postinst index 3d98fba..2b20048 100755 --- a/debian/util-vserver-legacy.postinst +++ b/debian/util-vserver-legacy.postinst @@ -1,9 +1,9 @@ #!/bin/sh if test "$1" = configure; then - update-rc.d rebootmgr start 98 2 3 4 5 stop 02 0 1 6 . - update-rc.d vservers-legacy start 98 2 3 4 5 stop 02 0 1 6 . + update-rc.d rebootmgr start 98 2 3 4 5 . 02 0 1 6 . + update-rc.d vservers-legacy start 98 2 3 4 5 . stop 02 0 1 6 . for i in httpd named portmap sendmail smb sshd xinetd gated; do - update-rc.d v_$i start 98 2 3 4 5 stop 02 0 1 6 . + update-rc.d v_$i start 98 2 3 4 5 . stop 02 0 1 6 . done fi