diff options
author | 2014-08-19 15:26:18 +0000 | |
---|---|---|
committer | 2014-08-19 15:26:18 +0000 | |
commit | 72fa6ec67c77dcb329c20bb5cdf8b6af1b83b71f (patch) | |
tree | eb90377b077fa0ef5fb092becf8c6c8dc2d051a2 | |
parent | Introduce rcctl(8), a simple utility for maintaining rc.conf.local(8). (diff) | |
download | wireguard-openbsd-72fa6ec67c77dcb329c20bb5cdf8b6af1b83b71f.tar.xz wireguard-openbsd-72fa6ec67c77dcb329c20bb5cdf8b6af1b83b71f.zip |
Drop commented code.
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index 2f7ede52fdc..eb17004e7f3 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -206,12 +206,6 @@ add_flags() local _svc=$2 [ -n "${_svc}" ] || return - # svc is already enabled and we did not (re)set the flags - #if svc_is_enabled "${_svc}" && test -z "$3"; then - # return - #fi - - #if [ -n "$3" -a "$3" = "flags" -a -n "$4" ]; then if [ -n "$3" -a "$3" = "flags" ]; then if [ -n "$4" ]; then while [ "${_numargs}" -ge 4 ] |