summaryrefslogtreecommitdiff
path: root/sys/arch/atari
diff options
context:
space:
mode:
authormartti <martti@NetBSD.org>2002-09-25 11:49:48 +0000
committermartti <martti@NetBSD.org>2002-09-25 11:49:48 +0000
commit81e8d78cd4e65e9ac7eeabff7807dbe9b5cf710c (patch)
tree28ab14f07f5dbacd7f85f2419383a253849154c1 /sys/arch/atari
parent167b0b8ebdb8b8f9e2d986302eebd868508b88c0 (diff)
Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"
Diffstat (limited to 'sys/arch/atari')
-rw-r--r--sys/arch/atari/conf/GENERIC.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/sys/arch/atari/conf/GENERIC.in b/sys/arch/atari/conf/GENERIC.in
index 85fc3b95901..f1776f0c153 100644
--- a/sys/arch/atari/conf/GENERIC.in
+++ b/sys/arch/atari/conf/GENERIC.in
@@ -1,5 +1,5 @@
#
-# $NetBSD: GENERIC.in,v 1.24 2002/09/20 10:39:50 martti Exp $
+# $NetBSD: GENERIC.in,v 1.25 2002/09/25 11:49:49 martti Exp $
#
# Generic atari
#
@@ -79,8 +79,7 @@ options PPP_FILTER # Active filter support for PPP (requires bpf)
#ifndef INSTALL_KERNEL
options PFIL_HOOKS # pfil(9) packet filter hooks
options IPFILTER_LOG # ipmon(8) log support
-#options IPFILTER_DEFAULT_BLOCK # block all packets by default
-#options IPFILTER_DEFAULT_BLOCK # block packages by default
+#options IPFILTER_DEFAULT_BLOCK # block packages by default
#options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG
#endif