diff options
author | 2015-01-08 13:29:34 +0000 | |
---|---|---|
committer | 2015-01-08 13:29:34 +0000 | |
commit | 6dd64d9b521883a38ba9b5f902a7b432586faa8c (patch) | |
tree | 53d2edf7955182e6f665470f787c782896fc28c8 | |
parent | adjust for sshkey_load_file() API change (diff) | |
download | wireguard-openbsd-6dd64d9b521883a38ba9b5f902a7b432586faa8c.tar.xz wireguard-openbsd-6dd64d9b521883a38ba9b5f902a7b432586faa8c.zip |
"default" is gone.
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index 9b83a5924c3..aa0990fd763 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.59 2015/01/06 14:48:59 ajacoutot Exp $ +# $OpenBSD: rcctl.sh,v 1.60 2015/01/08 13:29:34 ajacoutot Exp $ # # Copyright (c) 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org> # Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -377,10 +377,6 @@ elif [ ${action} = "set" ]; then fi case ${action} in - default) # XXX backward compat - ( svc_getdef ${svc} flags ) - ( svc_getdef ${svc} status ) - ;; disable) needs_root ${action} svc_set ${svc} status off |