convert all references from runscript to openrc-run
This commit is contained in:
2
sh/.gitignore
vendored
2
sh/.gitignore
vendored
@@ -1,7 +1,7 @@
|
||||
functions.sh
|
||||
gendepends.sh
|
||||
rc-functions.sh
|
||||
runscript.sh
|
||||
openrc-run.sh
|
||||
cgroup-release-agent.sh
|
||||
init.sh
|
||||
init-early.sh
|
||||
|
@@ -1,8 +1,8 @@
|
||||
DIR= ${LIBEXECDIR}/sh
|
||||
SRCS= init.sh.in functions.sh.in gendepends.sh.in \
|
||||
rc-functions.sh.in runscript.sh.in tmpfiles.sh.in ${SRCS-${OS}}
|
||||
openrc-run.sh.in rc-functions.sh.in tmpfiles.sh.in ${SRCS-${OS}}
|
||||
INC= rc-mount.sh functions.sh rc-functions.sh
|
||||
BIN= gendepends.sh init.sh runscript.sh tmpfiles.sh ${BIN-${OS}}
|
||||
BIN= gendepends.sh init.sh openrc-run.sh tmpfiles.sh ${BIN-${OS}}
|
||||
|
||||
INSTALLAFTER= _installafter
|
||||
|
||||
|
@@ -1,5 +1,5 @@
|
||||
#!@SHELL@
|
||||
# Shell wrapper for runscript
|
||||
# Shell wrapper for openrc-run
|
||||
|
||||
# Copyright (c) 2007-2009 Roy Marples <roy@marples.name>
|
||||
# Released under the 2-clause BSD license.
|
@@ -85,7 +85,7 @@ get_bootparam()
|
||||
return 1
|
||||
}
|
||||
|
||||
# Called from runscript.sh or gendepends.sh
|
||||
# Called from openrc-run.sh or gendepends.sh
|
||||
_depend() {
|
||||
depend
|
||||
local _rc_svcname=$(shell_var "$RC_SVCNAME") _deptype= _depends=
|
||||
|
Reference in New Issue
Block a user