summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2016-08-31 08:47:11 +0000
committerajacoutot <ajacoutot@openbsd.org>2016-08-31 08:47:11 +0000
commit93c2eca3809f963b6487e464842971142eef8427 (patch)
treeb5715c053148f747ce1659a6962ed5fdcf24c05d
parentG/C rt_defmask4. (diff)
downloadwireguard-openbsd-93c2eca3809f963b6487e464842971142eef8427.tar.xz
wireguard-openbsd-93c2eca3809f963b6487e464842971142eef8427.zip
use tab.
-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)