diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-26 13:31:49 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2015-04-27 11:21:29 -0500 |
commit | 8b9349208696e5caed1a8b34f066cec4ee642194 (patch) | |
tree | 0ee1fce0de32aecfcd5c314322067879fc0e73cd /sh/rc-functions.sh.in | |
parent | 4b1b457cd15cc1609c101b99a49a5e4c67b62567 (diff) |
convert all references from runscript to openrc-run
Diffstat (limited to 'sh/rc-functions.sh.in')
-rw-r--r-- | sh/rc-functions.sh.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sh/rc-functions.sh.in b/sh/rc-functions.sh.in index d52b82e1..911d65ac 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -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= |