use correct syntax for update-rc.d

Some versions complain about the missing dot.
This commit is contained in:
Dietmar Maurer 2012-02-16 09:36:47 +01:00
parent d553e535ab
commit 2be8175a7e

2
debian/postinst vendored
View File

@ -50,7 +50,7 @@ case "$1" in
update-rc.d pvedaemon defaults 21 79 >/dev/null
update-rc.d pvestatd defaults 21 79 >/dev/null
update-rc.d pvebanner start 99 2 3 4 5 >/dev/null
update-rc.d pvebanner start 99 2 3 4 5 . >/dev/null
update-rc.d pvenetcommit start 15 S . >/dev/null
test -e /proxmox_install_mode || invoke-rc.d pvedaemon restart