diff options
author | shin <shin@FreeBSD.org> | 1999-11-22 11:13:00 +0000 |
---|---|---|
committer | shin <shin@FreeBSD.org> | 1999-11-22 11:13:00 +0000 |
commit | 887d0bc6a8dc1e5b036e633c999cb29583c761a4 (patch) | |
tree | 7a3be0c2667b2de8a9ef0e2f15e87f77d0f63d78 /sys | |
parent | 1848d96439c3eae03af8c379d699cf530ec39611 (diff) | |
download | FreeBSD-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')
-rw-r--r-- | sys/amd64/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/conf/NOTES | 1 | ||||
-rw-r--r-- | sys/i386/conf/GENERIC | 1 | ||||
-rw-r--r-- | sys/i386/conf/LINT | 1 | ||||
-rw-r--r-- | sys/i386/conf/NOTES | 1 |
5 files changed, 3 insertions, 2 deletions
diff --git a/sys/amd64/conf/GENERIC b/sys/amd64/conf/GENERIC index 2c04a17..60c5e9a 100644 --- a/sys/amd64/conf/GENERIC +++ b/sys/amd64/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/conf/NOTES b/sys/conf/NOTES index 51c1182..e5c3662 100644 --- a/sys/conf/NOTES +++ b/sys/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) 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) |