Browse Source

runit: changed behavious to install sysvinit scripts in etc/init.d instead of etc/rc.d/init.d

stable/0.6
Nagy Karoly Gabriel 11 years ago
parent
commit
e23f1866a6
  1. 4
      base/runit/parse-config

4
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 \

Loading…
Cancel
Save