Browse Source

runit: enhanced runit_quirks to be in sync with 6495fa70bc.

stable/0.6
Nagy Karoly Gabriel 11 years ago
parent
commit
c219a1212d
  1. 6
      base/runit/runit.conf

6
base/runit/runit.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../runit/runit.conf
# Copyright (C) 2008 - 2012 The OpenSDE Project
# Copyright (C) 2008 - 2014 The OpenSDE Project
# Copyright (C) 2004 - 2006 The T2 SDE Project
# Copyright (C) 1998 - 2003 Clifford Wolf
#
@ -82,8 +82,8 @@ EOT
# 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"
ln -snfv /etc/init.d/system "$root/$sysconfdir/1.d/01system"
ln -snfv /etc/init.d/system "$root/$sysconfdir/3.d/99system"
# init at /sbin
if [ ${pkg_djb_commanddir} != $root$sbindir ]; then

Loading…
Cancel
Save