diff options
author | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-01-01 09:44:21 +0000 |
---|---|---|
committer | Antoine Jacoutot <ajacoutot@cvs.openbsd.org> | 2015-01-01 09:44:21 +0000 |
commit | 2931cf987a6779ab14dd457391a897843b6f7a9e (patch) | |
tree | 6cfb80c05a1d049c28a5970c83aec4bc75c48e4b /usr.sbin | |
parent | 0a4b21f3df94cfc60946d9fd189b08b74631cb03 (diff) |
Drop redundant FUNCS_ONLY.
Diffstat (limited to 'usr.sbin')
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index 1dfd2563299..26aca62f10d 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.54 2014/12/30 15:33:53 ajacoutot Exp $ +# $OpenBSD: rcctl.sh,v 1.55 2015/01/01 09:44:20 ajacoutot Exp $ # # Copyright (c) 2014 Antoine Jacoutot <ajacoutot@openbsd.org> # Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -138,7 +138,6 @@ svc_flags_default() if svc_special ${_svc}; then svc_enabled_default ${_svc} && echo "YES" || echo "NO" else - FUNCS_ONLY=1 rc_cmd() { } . /etc/rc.d/${_svc} >/dev/null 2>&1 [ -n "${daemon_flags}" ] && print -r -- "${daemon_flags}" |