Browse Source

runit: build and install svwaitup/down commands

stable/0.6
Gernot Tenchio 14 years ago committed by Christian Wiese
parent
commit
3cd742b023
  1. 4
      base/runit/runit.conf

4
base/runit/runit.conf

@ -133,3 +133,7 @@ else
hook_add postinstall 8 'sed -i -e "s,/service,/var/service,g" \
$root/lib/network/runit.sh'
fi
hook_add premake 5 "sed -i -e 's:\(^IT=.*\):\1 svwaitup svwaitdown:' src/Makefile; \
echo 'svwaitup' >> package/commands; \
echo 'svwaitdown' >> package/commands"

Loading…
Cancel
Save