From 99a3ec036f753431d19b2032ab9d978a269b85b2 Mon Sep 17 00:00:00 2001 From: joey Date: Sun, 4 Aug 2002 22:53:01 +0000 Subject: r542: * dh_installinit: Always start daemon on upgraded even if --no-restart-on-upgrade is given; since the daemon is not stopped with that parameter starting it again is a no-op, unless the daemon was not running for some reason. This makes transtions to using the flag easier. Closes: #90976 and sorry it took me so long to verify you were right. --- autoscripts/postinst-init-norestart | 8 -------- autoscripts/postinst-init-norestart-invoke | 8 -------- 2 files changed, 16 deletions(-) delete mode 100644 autoscripts/postinst-init-norestart delete mode 100644 autoscripts/postinst-init-norestart-invoke (limited to 'autoscripts') diff --git a/autoscripts/postinst-init-norestart b/autoscripts/postinst-init-norestart deleted file mode 100644 index a5741654..00000000 --- a/autoscripts/postinst-init-norestart +++ /dev/null @@ -1,8 +0,0 @@ -if [ -x "/etc/init.d/#SCRIPT#" ]; then - update-rc.d #SCRIPT# #INITPARMS# >/dev/null - if [ "$1" = "configure" ]; then - if [ -z "$2" ] || [ "$2" = "" ]; then - /etc/init.d/#SCRIPT# start - fi - fi -fi diff --git a/autoscripts/postinst-init-norestart-invoke b/autoscripts/postinst-init-norestart-invoke deleted file mode 100644 index be1751c8..00000000 --- a/autoscripts/postinst-init-norestart-invoke +++ /dev/null @@ -1,8 +0,0 @@ -if [ -x "/etc/init.d/#SCRIPT#" ]; then - update-rc.d #SCRIPT# #INITPARMS# >/dev/null - if [ "$1" = "configure" ]; then - if [ -z "$2" ] || [ "$2" = "" ]; then - invoke-rc.d #SCRIPT# start - fi - fi -fi -- cgit v1.2.3