summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2016-08-31 08:47:12 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2016-08-31 08:47:12 +0000
commit96dc85956add24969fbfc59dfd8af75fe50bc233 (patch)
treec78f5bd465799f6fff109ead151ec2b9ef9ce11d /etc
parent8892e8ab1492c5768f04ac8875ba474e0f94e785 (diff)
use tab.
Diffstat (limited to 'etc')
-rw-r--r--etc/rc.d/rc.subr4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.d/rc.subr b/etc/rc.d/rc.subr
index a52fa0a5878..0810b117ef8 100644
--- a/etc/rc.d/rc.subr
+++ b/etc/rc.d/rc.subr
@@ -1,4 +1,4 @@
-# $OpenBSD: rc.subr,v 1.114 2016/05/03 08:59:29 otto Exp $
+# $OpenBSD: rc.subr,v 1.115 2016/08/31 08:47:11 ajacoutot Exp $
#
# Copyright (c) 2010, 2011, 2014-2016 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -78,7 +78,7 @@ _rc_exit() {
_rc_wait() {
local _i=0
while [ $_i -lt ${daemon_timeout} ]; do
- case "$1" in
+ case "$1" in
reload|start)
_rc_do rc_check && return 0 ;;
stop)