From bbc1e574cd6bf5b6fdef92d207397831f734340c Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Mon, 30 Nov 2009 19:27:18 +0100 Subject: [PATCH] runit: fixed to mangle etc/runit/ scripts correctly when in not-djb mode --- base/runit/runit.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/runit/runit.conf b/base/runit/runit.conf index 27491afdb..4dfe698fc 100644 --- a/base/runit/runit.conf +++ b/base/runit/runit.conf @@ -116,7 +116,7 @@ else hook_add premake 5 "for x in ./doc/debian/*; do \ if [ -f \$x ]; then \ echo Fixing \$x... ; \ - sed -i -e 's,/command:,,g' \$x ; \ + sed -i -e 's,/command:,,g' -e 's,/service,/var/service,g' \$x ; \ fi ; \ done" hook_add postinstall 8 'sed -i -e "s,/service,/var/service,g" \