Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-6]: src/sys/arch/amiga/conf regen from GENERIC after ipfilter 3...



details:   https://anonhg.NetBSD.org/src/rev/dd258793d8e7
branches:  netbsd-1-6
changeset: 529192:dd258793d8e7
user:      lukem <lukem%NetBSD.org@localhost>
date:      Thu Oct 24 10:28:47 2002 +0000

description:
regen from GENERIC after ipfilter 3.4.29 upgrade

diffstat:

 sys/arch/amiga/conf/AMIGA   |  8 ++++----
 sys/arch/amiga/conf/DRACO   |  8 ++++----
 sys/arch/amiga/conf/INSTALL |  8 ++++----
 sys/arch/amiga/conf/WSCONS  |  8 ++++----
 4 files changed, 16 insertions(+), 16 deletions(-)

diffs (132 lines):

diff -r e9e7c70f55a2 -r dd258793d8e7 sys/arch/amiga/conf/AMIGA
--- a/sys/arch/amiga/conf/AMIGA Thu Oct 24 09:33:25 2002 +0000
+++ b/sys/arch/amiga/conf/AMIGA Thu Oct 24 10:28:47 2002 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: AMIGA,v 1.50.4.2 2002/08/01 05:36:58 lukem Exp $
+# $NetBSD: AMIGA,v 1.50.4.3 2002/10/24 10:28:47 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.179.4.2 2002/08/01 04:16:42 lukem Exp $
-
+# Created from: #NetBSD$
 #GENERIC machine description file
 
 #This machine description file is used to generate the default NetBSD
@@ -26,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.50.4.2 $"
+#ident                 "GENERIC-$Revision: 1.50.4.3 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -76,6 +75,7 @@
 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
 
 file-system    FFS             # Berkeley fast file system
 file-system    EXT2FS          # second extended file system (linux)
diff -r e9e7c70f55a2 -r dd258793d8e7 sys/arch/amiga/conf/DRACO
--- a/sys/arch/amiga/conf/DRACO Thu Oct 24 09:33:25 2002 +0000
+++ b/sys/arch/amiga/conf/DRACO Thu Oct 24 10:28:47 2002 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: DRACO,v 1.66.4.2 2002/08/01 05:36:59 lukem Exp $
+# $NetBSD: DRACO,v 1.66.4.3 2002/10/24 10:28:48 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.179.4.2 2002/08/01 04:16:42 lukem Exp $
-
+# Created from: #NetBSD$
 #GENERIC machine description file
 
 #This machine description file is used to generate the default NetBSD
@@ -26,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.66.4.2 $"
+#ident                 "GENERIC-$Revision: 1.66.4.3 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -64,6 +63,7 @@
 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
 
 file-system    FFS             # Berkeley fast file system
 file-system    EXT2FS          # second extended file system (linux)
diff -r e9e7c70f55a2 -r dd258793d8e7 sys/arch/amiga/conf/INSTALL
--- a/sys/arch/amiga/conf/INSTALL       Thu Oct 24 09:33:25 2002 +0000
+++ b/sys/arch/amiga/conf/INSTALL       Thu Oct 24 10:28:47 2002 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: INSTALL,v 1.28.4.2 2002/08/01 05:37:00 lukem Exp $
+# $NetBSD: INSTALL,v 1.28.4.3 2002/10/24 10:28:49 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.179.4.2 2002/08/01 04:16:42 lukem Exp $
-
+# Created from: #NetBSD$
 #GENERIC machine description file
 
 #This machine description file is used to generate the default NetBSD
@@ -26,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.28.4.2 $"
+#ident                 "GENERIC-$Revision: 1.28.4.3 $"
 
 makeoptions    COPTS="-Os"
 
@@ -71,6 +70,7 @@
 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
 
 file-system    FFS             # Berkeley fast file system
 file-system    EXT2FS          # second extended file system (linux)
diff -r e9e7c70f55a2 -r dd258793d8e7 sys/arch/amiga/conf/WSCONS
--- a/sys/arch/amiga/conf/WSCONS        Thu Oct 24 09:33:25 2002 +0000
+++ b/sys/arch/amiga/conf/WSCONS        Thu Oct 24 10:28:47 2002 +0000
@@ -1,10 +1,9 @@
-# $NetBSD: WSCONS,v 1.4.4.2 2002/08/01 05:37:01 lukem Exp $
+# $NetBSD: WSCONS,v 1.4.4.3 2002/10/24 10:28:50 lukem Exp $
 #
 # This file was automatically created. Changes will be
 # lost when running make in this directory.
 #
-# Created from: #NetBSD: GENERIC,v 1.179.4.2 2002/08/01 04:16:42 lukem Exp $
-
+# Created from: #NetBSD$
 #GENERIC machine description file
 
 #This machine description file is used to generate the default NetBSD
@@ -26,7 +25,7 @@
 
 options        INCLUDE_CONFIG_FILE     # embed config file in kernel binary
 
-#ident                 "GENERIC-$Revision: 1.4.4.2 $"
+#ident                 "GENERIC-$Revision: 1.4.4.3 $"
 
 maxusers       8
 options        RTC_OFFSET=0
@@ -78,6 +77,7 @@
 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
 
 file-system    FFS             # Berkeley fast file system
 file-system    EXT2FS          # second extended file system (linux)



Home | Main Index | Thread Index | Old Index