diff options
| author | martti <martti@NetBSD.org> | 2002-09-25 11:49:48 +0000 |
|---|---|---|
| committer | martti <martti@NetBSD.org> | 2002-09-25 11:49:48 +0000 |
| commit | 81e8d78cd4e65e9ac7eeabff7807dbe9b5cf710c (patch) | |
| tree | 28ab14f07f5dbacd7f85f2419383a253849154c1 /sys/arch/prep | |
| parent | 167b0b8ebdb8b8f9e2d986302eebd868508b88c0 (diff) | |
Add one space between "#option" and "<tab>IPFILTER_DEFAULT_BLOCK"
Diffstat (limited to 'sys/arch/prep')
| -rw-r--r-- | sys/arch/prep/conf/GENERIC | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/arch/prep/conf/GENERIC b/sys/arch/prep/conf/GENERIC index d8a46481110..5e0da966676 100644 --- a/sys/arch/prep/conf/GENERIC +++ b/sys/arch/prep/conf/GENERIC @@ -1,4 +1,4 @@ -# $NetBSD: GENERIC,v 1.55 2002/09/20 10:39:58 martti Exp $ +# $NetBSD: GENERIC,v 1.56 2002/09/25 11:49:53 martti Exp $ # # GENERIC machine description file # @@ -22,7 +22,7 @@ include "arch/prep/conf/std.prep" options INCLUDE_CONFIG_FILE # embed config file in kernel binary -#ident "GENERIC-$Revision: 1.55 $" +#ident "GENERIC-$Revision: 1.56 $" maxusers 32 @@ -112,7 +112,7 @@ options PPP_DEFLATE # Deflate compression support for PPP options PPP_FILTER # Active filter support for PPP (requires bpf) 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 all packets by default #options TCP_DEBUG # Record last TCP_NDEBUG packets with SO_DEBUG # These options enable verbose messages for several subsystems. |
