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 --- Debian/Debhelper/Dh_Getopt.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'Debian') diff --git a/Debian/Debhelper/Dh_Getopt.pm b/Debian/Debhelper/Dh_Getopt.pm index 38aa3424..1e90e08a 100644 --- a/Debian/Debhelper/Dh_Getopt.pm +++ b/Debian/Debhelper/Dh_Getopt.pm @@ -101,6 +101,7 @@ sub parseopts { "r" => \$options{R_FLAG}, "no-restart-on-upgrade" => \$options{R_FLAG}, + "no-start" => \$options{NO_START}, "k" => \$options{K_FLAG}, "keep" => \$options{K_FLAG}, -- cgit v1.2.3