summaryrefslogtreecommitdiff
path: root/dh_runit
diff options
context:
space:
mode:
Diffstat (limited to 'dh_runit')
-rwxr-xr-xdh_runit3
1 files changed, 2 insertions, 1 deletions
diff --git a/dh_runit b/dh_runit
index bf2a49a..a3e512b 100755
--- a/dh_runit
+++ b/dh_runit
@@ -102,7 +102,8 @@ HERE
102 install_dir("$tmp/var/lib/runit/log/supervise/$name"); 102 install_dir("$tmp/var/lib/runit/log/supervise/$name");
103 } 103 }
104 } 104 }
105 addsubstvar($pkg, 'misc:Depends', 'runit', '>= 2.1.2-20~'); 105 # runit=2.1.2-20 introduced 'runit-log' user
106 addsubstvar($pkg, 'runit:Conflicts', 'runit', '<< 2.1.2-20~');
106 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~'); 107 addsubstvar($pkg, 'misc:Depends', 'runit-helper', '>= 2.8.1~');
107} 108}
108 109