diff options
author | 2015-07-16 23:05:12 +0000 | |
---|---|---|
committer | 2015-07-16 23:05:12 +0000 | |
commit | 4a2c38ede7813651e025b1da60f94c5ee736448d (patch) | |
tree | 261c469a435cf5b2e12169b54bf57610f43e4888 | |
parent | remove 'cpu_brand_id' as we no longer use that method to calculate the (diff) | |
download | wireguard-openbsd-4a2c38ede7813651e025b1da60f94c5ee736448d.tar.xz wireguard-openbsd-4a2c38ede7813651e025b1da60f94c5ee736448d.zip |
Consistency
-rw-r--r-- | usr.sbin/rcctl/rcctl.sh | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/rcctl/rcctl.sh b/usr.sbin/rcctl/rcctl.sh index f5e13611ebe..52f5d17f734 100644 --- a/usr.sbin/rcctl/rcctl.sh +++ b/usr.sbin/rcctl/rcctl.sh @@ -1,6 +1,6 @@ #!/bin/sh # -# $OpenBSD: rcctl.sh,v 1.73 2015/07/16 22:03:02 ajacoutot Exp $ +# $OpenBSD: rcctl.sh,v 1.74 2015/07/16 23:05:12 ajacoutot Exp $ # # Copyright (c) 2014, 2015 Antoine Jacoutot <ajacoutot@openbsd.org> # Copyright (c) 2014 Ingo Schwarze <schwarze@openbsd.org> @@ -42,7 +42,8 @@ rcctl_err() _rc_err "${0##*/}: ${1}" ${2} } -ls_rcscripts() { +ls_rcscripts() +{ local _s cd /etc/rc.d && set -- * |