summaryrefslogtreecommitdiff
path: root/etc/rc.conf
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2009-05-31 19:16:17 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2009-05-31 19:16:17 +0000
commit99f18ca71bc3353318cfb32557c693319d8ddfcc (patch)
treeb5a14555b92a86a82a951a953ee28aa6eacea0c9 /etc/rc.conf
parentc8af963223b83899c345cde82a489ce8946dfcab (diff)
enable pf by default.
turns bombs into flowers, water into beer and eradicts swine flu
Diffstat (limited to 'etc/rc.conf')
-rw-r--r--etc/rc.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf
index 975d6f8b9fa..61ff1966a35 100644
--- a/etc/rc.conf
+++ b/etc/rc.conf
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: rc.conf,v 1.132 2009/03/16 23:18:45 jacekm Exp $
+# $OpenBSD: rc.conf,v 1.133 2009/05/31 19:16:16 henning Exp $
# set these to "NO" to turn them off. otherwise, they're used as flags
ripd_flags=NO # for normal use: ""
@@ -69,7 +69,7 @@ rwhod=NO
nfs_server=NO # see sysctl.conf for nfs client configuration
lockd=NO
amd=NO
-pf=NO # Packet filter / NAT
+pf=YES # Packet filter / NAT
ipsec=NO # IPsec
bt=NO # Bluetooth
portmap=NO # Note: inetd(8) rpc services need portmap too