summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit1
1 files changed, 0 insertions, 1 deletions
diff --git a/dh_runit b/dh_runit
index 37a24c0..2fe745b 100755
--- a/dh_runit
+++ b/dh_runit
@@ -77,7 +77,6 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
77 make_symlink("/etc/runit/runsvdir/default/$name", 77 make_symlink("/etc/runit/runsvdir/default/$name",
78 "/etc/sv/$name", $tmp); 78 "/etc/sv/$name", $tmp);
79 } 79 }
80 runit_autoscript($pkg, 'prerm', "s/#NAME#/$name/");
81 runit_autoscript($pkg, 'postrm', "s/#NAME#/$name/"); 80 runit_autoscript($pkg, 'postrm', "s/#NAME#/$name/");
82 if ($conf->{logscript}) { 81 if ($conf->{logscript}) {
83 my $logdir = $conf->{logdir} || "/var/log/runit/$name"; 82 my $logdir = $conf->{logdir} || "/var/log/runit/$name";