diff options
author | joey <joey> | 2003-02-25 00:33:45 +0000 |
---|---|---|
committer | joey <joey> | 2003-02-25 00:33:45 +0000 |
commit | 52eff396c8a1595a3d2940ac70bf3cc2b9cec798 (patch) | |
tree | 9cac0709c391606ff280901096c651eb20e19d24 /dh_installinit | |
parent | 1331f43bd02122e6368c808e5b69ceefc6e37c53 (diff) | |
download | debhelper-52eff396c8a1595a3d2940ac70bf3cc2b9cec798.tar.gz |
r575: * Removed vegistal substvars stuff from dh_inistallinit.
* Update debhelper(1).
Diffstat (limited to 'dh_installinit')
-rwxr-xr-x | dh_installinit | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/dh_installinit b/dh_installinit index 1eaffc0c..d8b94d53 100755 --- a/dh_installinit +++ b/dh_installinit @@ -138,7 +138,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { $params="defaults"; } - my $substvaradded=0; if (! $dh{NOSCRIPTS}) { if (! $dh{NO_START}) { # update-rc.d, and start script @@ -166,11 +165,6 @@ foreach my $package (@{$dh{DOPACKAGES}}) { autoscript($package,"postrm","postrm-init", "s/#SCRIPT#/$script/;s/#INITPARMS#/$params/"); } - - if (! $substvaradded) { - # Remove it, for idemotency's sake. - addsubstvar($package, "misc:Depends", "sysvinit", ">= 2.80-1", 1); - } } } |