From e23f1866a6d14a125016a2481c2c79fd2c6529d3 Mon Sep 17 00:00:00 2001 From: Nagy Karoly Gabriel Date: Thu, 6 Mar 2014 16:57:59 +0100 Subject: [PATCH] runit: changed behavious to install sysvinit scripts in etc/init.d instead of etc/rc.d/init.d --- base/runit/parse-config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/base/runit/parse-config b/base/runit/parse-config index e577e249b..80b44d271 100644 --- a/base/runit/parse-config +++ b/base/runit/parse-config @@ -3,7 +3,7 @@ # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # # Filename: package/.../runit/parse-config -# Copyright (C) 2008 The OpenSDE Project +# Copyright (C) 2008 - 2014 The OpenSDE Project # Copyright (C) 2004 - 2006 The T2 SDE Project # Copyright (C) 1998 - 2003 Clifford Wolf # @@ -132,7 +132,7 @@ if [ "$SDECFG_INIT" == "runit" ]; then } else install_init() { - name=$1 ; file=$2 ; initdir="$root/etc/rc.d" + name=$1 ; file=$2 ; initdir="$root/etc" echo -n "Install SysV Init script '$name' (xx/xx): " m4 -Dinitstyle=$SDECFG_INIT_STYLE \