diff options
-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 911d65ac..c854876e 100644 --- a/sh/rc-functions.sh.in +++ b/sh/rc-functions.sh.in @@ -91,7 +91,7 @@ _depend() { local _rc_svcname=$(shell_var "$RC_SVCNAME") _deptype= _depends= # Add any user defined depends - for _deptype in config:CONFIG need:NEED use:USE \ + for _deptype in config:CONFIG need:NEED use:USE want:WANT \ after:AFTER before:BEFORE \ provide:PROVIDE keyword:KEYWORD; do IFS=: |