From 24d768fda776012868745b34b8a0b0ad8adaf6ac Mon Sep 17 00:00:00 2001 From: Jan Wagner Date: Thu, 9 Nov 2006 08:14:51 +0000 Subject: [PATCH] fixies --- debian/postinst | 1 - 1 file changed, 1 deletion(-) diff --git a/debian/postinst b/debian/postinst index 0321690..0f2c6bb 100644 --- a/debian/postinst +++ b/debian/postinst @@ -6,7 +6,6 @@ then fi if [ -x "/etc/init.d/ps-watcher" ]; then - update-rc.d ps-watcher defaults 40 >/dev/null if [ "$startup" = "1" ] && [ -f $CONFIG ]; then if [ -x "`which invoke-rc.d 2>/dev/null`" ]; then invoke-rc.d ps-watcher start || exit $?