From 29841941a85a992c1c121aead387678b3ab403ae Mon Sep 17 00:00:00 2001 From: ajacoutot Date: Tue, 6 Jan 2015 12:49:55 +0000 Subject: [PATCH] While on death-row, 'rcctl status' still is still allowed for now -- so make its output match the older one. --- usr.sbin/rcctl/rcctl.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index 60019f99839..62f941b1caa 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.57 2015/01/06 12:27:42 ajacoutot Exp $ +# $OpenBSD: rcctl.sh,v 1.58 2015/01/06 12:49:55 ajacoutot Exp $ # # Copyright (c) 2014, 2015 Antoine Jacoutot # Copyright (c) 2014 Ingo Schwarze @@ -424,7 +424,7 @@ case ${action} in svc_get ${svc} status else for i in $(ls_rcscripts) ${_special_services}; do - svc_get ${i} + svc_get ${i} | grep -Ev '_(timeout|user)' done return 0 # we do not want the "status" fi -- 2.20.1