From c9bbccaeb003be867ff5c8e8b015da77c9156fc7 Mon Sep 17 00:00:00 2001 From: joey Date: Fri, 11 Oct 2002 17:54:50 +0000 Subject: r557: * dh_installinit: added --no-start for rcS type scripts. Closes: #136502 --- autoscripts/postinst-init-nostart | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 autoscripts/postinst-init-nostart (limited to 'autoscripts') diff --git a/autoscripts/postinst-init-nostart b/autoscripts/postinst-init-nostart new file mode 100644 index 00000000..5d882b6f --- /dev/null +++ b/autoscripts/postinst-init-nostart @@ -0,0 +1,3 @@ +if [ -x "/etc/init.d/#SCRIPT#" ]; then + update-rc.d #SCRIPT# #INITPARMS# >/dev/null +fi -- cgit v1.2.3