Browse Source

runit: fixed to mangle etc/runit/ scripts correctly when in not-djb mode

stable/0.6
Alejandro Mery 15 years ago committed by Christian Wiese
parent
commit
5d4784ea4c
  1. 2
      base/runit/runit.conf

2
base/runit/runit.conf

@ -121,7 +121,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" \

Loading…
Cancel
Save