Browse Source

runit: changed to not install sysvinit's system script

stable/0.6
Alejandro Mery 15 years ago
committed by Christian Wiese
parent
commit
e1cb5e4563
1 changed files with 0 additions and 6 deletions
  1. +0
    -6
      base/runit/runit.conf

+ 0
- 6
base/runit/runit.conf

@ -79,12 +79,6 @@ EOT
ln -snfv $sysconfdir/getty-$i $pkg_djb_servicedir/
done
# HACK, runit need it's own system initializer
install_init system $confdir/../sysvinit/system.init
ln -snfv /etc/rc.d/init.d/system "$root/$sysconfdir/1.d/01system"
ln -snfv /etc/rc.d/init.d/system "$root/$sysconfdir/3.d/99system"
# init at /sbin
if [ ${pkg_djb_commanddir} != $root$sbindir ]; then
echo "Copying init files to /sbin..."

Loading…
Cancel
Save