artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
79f09f3
)
Drop commented code.
author
ajacoutot
<ajacoutot@openbsd.org>
Tue, 19 Aug 2014 15:26:18 +0000
(15:26 +0000)
committer
ajacoutot
<ajacoutot@openbsd.org>
Tue, 19 Aug 2014 15:26:18 +0000
(15:26 +0000)
usr.sbin/rcctl/rcctl.sh
patch
|
blob
|
history
diff --git
a/usr.sbin/rcctl/rcctl.sh
b/usr.sbin/rcctl/rcctl.sh
index
2f7ede5
..
eb17004
100644
(file)
--- 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 ]