From 2d27307a350e7bdda548754990ed216d8243583e Mon Sep 17 00:00:00 2001 From: Alejandro Mery Date: Wed, 17 Jun 2009 18:50:47 -0400 Subject: [PATCH] runit: changed to not install sysvinit's system script --- base/runit/runit.conf | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/base/runit/runit.conf b/base/runit/runit.conf index 279bd274c..27491afdb 100644 --- a/base/runit/runit.conf +++ b/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 The OpenSDE Project +# Copyright (C) 2008 - 2009 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -76,12 +76,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..."