diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-05 18:38:53 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2001-07-05 18:38:53 +0000 |
commit | 9e91869c78e3cd04f6e5b0be911acdce516a3424 (patch) | |
tree | bd433c3020b0e0c86a7bed9ae23217cec7051ee2 /etc | |
parent | cb2957610e60d3d517e97569fa0974ad516203b1 (diff) |
pf off by default; how did this happening, as is noone testing????
Diffstat (limited to 'etc')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index 75951ff7043..ef00ffbf6aa 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: rc.conf,v 1.65 2001/07/01 08:38:59 kjell Exp $ +# $OpenBSD: rc.conf,v 1.66 2001/07/05 18:38:52 deraadt Exp $ # set these to "NO" to turn them off. otherwise, they're used as flags routed_flags=NO # for normal use: "-q" @@ -49,7 +49,7 @@ nfs_server=NO # see sysctl.conf for nfs client configuration lockd=NO gated=NO amd=NO -pf=YES # Packet filter / NAT +pf=NO # Packet filter / NAT portmap=YES # almost always needed inetd=YES # almost always needed check_quotas=YES # NO may be desirable in some YP environments |