summaryrefslogtreecommitdiff
path: root/etc/rc.d
diff options
context:
space:
mode:
authorAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-05-02 09:36:28 +0000
committerAntoine Jacoutot <ajacoutot@cvs.openbsd.org>2015-05-02 09:36:28 +0000
commit3458d928b620cad1880a028a4399f6db2f42a505 (patch)
treec83d31e2ca4a272933f59dc9891dfec14e6ce481 /etc/rc.d
parent5849b5208dbc58862f9e1a01cd9a7d5c295d7788 (diff)
No more pf_rules ipsec_rules.
Diffstat (limited to 'etc/rc.d')
-rw-r--r--etc/rc.d/rc.subr5
1 files changed, 2 insertions, 3 deletions
diff --git a/etc/rc.d/rc.subr b/etc/rc.d/rc.subr
index 95ec7787084..7623c0e6339 100644
--- a/etc/rc.d/rc.subr
+++ b/etc/rc.d/rc.subr
@@ -1,4 +1,4 @@
-# $OpenBSD: rc.subr,v 1.94 2015/04/29 11:05:16 ajacoutot Exp $
+# $OpenBSD: rc.subr,v 1.95 2015/05/02 09:36:27 ajacoutot Exp $
#
# Copyright (c) 2010, 2011, 2014 Antoine Jacoutot <ajacoutot@openbsd.org>
# Copyright (c) 2010, 2011 Ingo Schwarze <schwarze@openbsd.org>
@@ -125,8 +125,7 @@ _rc_parse_conf() {
set -A _allowed_keys -- \
spamd_black pf ipsec check_quotas accounting \
multicast_host multicast_router amd_master \
- pf_rules ipsec_rules shlib_dirs pkg_scripts \
- nfs_server
+ shlib_dirs pkg_scripts nfs_server
[ $# -gt 0 ] || set -- /etc/rc.conf /etc/rc.conf.local
for _rcfile; do