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