From 6dd64d9b521883a38ba9b5f902a7b432586faa8c Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Thu, 8 Jan 2015 13:29:34 +0000 Subject: [PATCH] "default" is gone. --- usr.sbin/rcctl/rcctl.sh | 6 +----- 1 file changed, 1 insertion(+), 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 # Copyright (c) 2014 Ingo Schwarze @@ -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 -- 2.20.1