summaryrefslogtreecommitdiffstats
path: root/sys/i386/conf
diff options
context:
space:
mode:
authorshin <shin@FreeBSD.org>1999-11-22 11:13:00 +0000
committershin <shin@FreeBSD.org>1999-11-22 11:13:00 +0000
commit887d0bc6a8dc1e5b036e633c999cb29583c761a4 (patch)
tree7a3be0c2667b2de8a9ef0e2f15e87f77d0f63d78 /sys/i386/conf
parent1848d96439c3eae03af8c379d699cf530ec39611 (diff)
downloadFreeBSD-src-887d0bc6a8dc1e5b036e633c999cb29583c761a4.zip
FreeBSD-src-887d0bc6a8dc1e5b036e633c999cb29583c761a4.tar.gz
move INET6 option from GENERIC to LINT.
Thanks for Brian Fundakowski Feldman and Dag-Erling Smorgrav, to give me the comment and the patch. Submitted by:Dag-Erling Smorgrav
Diffstat (limited to 'sys/i386/conf')
-rw-r--r--sys/i386/conf/GENERIC1
-rw-r--r--sys/i386/conf/LINT1
-rw-r--r--sys/i386/conf/NOTES1
3 files changed, 2 insertions, 1 deletions
diff --git a/sys/i386/conf/GENERIC b/sys/i386/conf/GENERIC
index 2c04a17..60c5e9a 100644
--- a/sys/i386/conf/GENERIC
+++ b/sys/i386/conf/GENERIC
@@ -29,7 +29,6 @@ maxusers 32
options MATH_EMULATE #Support for x87 emulation
options INET #InterNETworking
-#options "INET6" #IPv6
options FFS #Berkeley Fast Filesystem
options FFS_ROOT #FFS usable as root device [keep this!]
options MFS #Memory Filesystem
diff --git a/sys/i386/conf/LINT b/sys/i386/conf/LINT
index 51c1182..e5c3662 100644
--- a/sys/i386/conf/LINT
+++ b/sys/i386/conf/LINT
@@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
# value.
#
options INET #Internet communications protocols
+options INET6 #IPv6 communications protocols
options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
diff --git a/sys/i386/conf/NOTES b/sys/i386/conf/NOTES
index 51c1182..e5c3662 100644
--- a/sys/i386/conf/NOTES
+++ b/sys/i386/conf/NOTES
@@ -366,6 +366,7 @@ options ROOTDEVNAME=\"da0s2e\"
# value.
#
options INET #Internet communications protocols
+options INET6 #IPv6 communications protocols
options IPX #IPX/SPX communications protocols
options IPXIP #IPX in IP encapsulation (not available)
OpenPOWER on IntegriCloud