summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorajacoutot <ajacoutot@openbsd.org>2015-10-16 20:12:00 +0000
committerajacoutot <ajacoutot@openbsd.org>2015-10-16 20:12:00 +0000
commit49d10717a95143d61d51a2da9b22f63884edf253 (patch)
tree5f2ae85c28b3ca2aaa97deffdca472f4b22eef82
parentNo longer talk about -b flag, it's gone. (diff)
downloadwireguard-openbsd-49d10717a95143d61d51a2da9b22f63884edf253.tar.xz
wireguard-openbsd-49d10717a95143d61d51a2da9b22f63884edf253.zip
Missing local.
ok schwarze@
-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 9ccc3b8aa56..18957bf144b 100644
--- a/etc/rc.d/rc.subr
+++ b/etc/rc.d/rc.subr
@@ -1,4 +1,4 @@
-# $OpenBSD: rc.subr,v 1.99 2015/07/15 13:48:16 ajacoutot Exp $
+# $OpenBSD: rc.subr,v 1.100 2015/10/16 20:12:00 ajacoutot Exp $
#
# Copyright (c) 2010, 2011, 2014 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -121,7 +121,7 @@ _rc_quirks() {
_rc_parse_conf() {
typeset -l _key
- local _l _val
+ local _l _rcfile _val
set -A _allowed_keys -- \
spamd_black pf ipsec check_quotas accounting \
multicast_host multicast_router amd_master \