summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
authorDmitry Bogatov <KAction@gnu.org>2016-08-31 14:02:13 +0300
committerDmitry Bogatov <KAction@gnu.org>2016-08-31 14:02:13 +0300
commitf4ab345fd51a86db9eccc7231bdd16db375ea2d0 (patch)
tree7c03557697b58add8dd4491951c1d9ae6a096c62 /dh_runit
parentd81572d639a310ba44ffa388aaab9dbe057d535d (diff)
Do not create /etc/runit/runsvdir/default directory. Instead, it is provided by runit binary package. It saved us trouble of ensuring, that directory is removed at apporiate time.
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit2
1 files changed, 1 insertions, 1 deletions
diff --git a/dh_runit b/dh_runit
index 28c9d86..6bce272 100755
--- a/dh_runit
+++ b/dh_runit
@@ -99,7 +99,7 @@ PKG: foreach my $pkg (@{$dh{DOPACKAGES}}) {
99 install_dir("$tmp/var/lib/runit/log/supervise/$name"); 99 install_dir("$tmp/var/lib/runit/log/supervise/$name");
100 } 100 }
101 } 101 }
102 addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-4'); 102 addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-7');
103} 103}
104 104
105# PROMISE: DH NOOP WITHOUT runit 105# PROMISE: DH NOOP WITHOUT runit