From: ajacoutot Date: Fri, 16 Oct 2015 20:12:00 +0000 (+0000) Subject: Missing local. X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=49d10717a95143d61d51a2da9b22f63884edf253;p=openbsd Missing local. ok schwarze@ --- 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 # Copyright (c) 2010, 2011 Ingo Schwarze @@ -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 \