diff options
author | joey <joey> | 2002-10-11 17:54:50 +0000 |
---|---|---|
committer | joey <joey> | 2002-10-11 17:54:50 +0000 |
commit | c9bbccaeb003be867ff5c8e8b015da77c9156fc7 (patch) | |
tree | 9ba7552fa1522ae6c2f25c5ee2c3da59b42b62c7 /Debian | |
parent | bd891332bc47237f8c2355e1890f10b9e90499e2 (diff) | |
download | debhelper-c9bbccaeb003be867ff5c8e8b015da77c9156fc7.tar.gz |
r557: * dh_installinit: added --no-start for rcS type scripts. Closes: #136502
Diffstat (limited to 'Debian')
-rw-r--r-- | Debian/Debhelper/Dh_Getopt.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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}, |