diff options
author | jschauma <jschauma@pkgsrc.org> | 2002-10-01 20:16:42 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2002-10-01 20:16:42 +0000 |
commit | 25c8ec4f3c9207477a44f14c0a5da01384ca1c83 (patch) | |
tree | c9ee7f86471bf36d49577df59b8e124b8a3a02bc /www | |
parent | 2ccfd08f739de5d7d7fc6c3407150f91ed24894f (diff) | |
download | pkgsrc-25c8ec4f3c9207477a44f14c0a5da01384ca1c83.tar.gz |
Add a blurb to sysctl -w net.inet6.ip6.v6only=0 if inet6 is enabled.
Netscape 7 will not work otherwise.
Diffstat (limited to 'www')
-rw-r--r-- | www/netscape7/MESSAGE.NetBSD | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/www/netscape7/MESSAGE.NetBSD b/www/netscape7/MESSAGE.NetBSD index 83ec4f352b6..a84aa733355 100644 --- a/www/netscape7/MESSAGE.NetBSD +++ b/www/netscape7/MESSAGE.NetBSD @@ -1,7 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE.NetBSD,v 1.2 2002/09/24 12:30:52 wiz Exp $ +$NetBSD: MESSAGE.NetBSD,v 1.3 2002/10/01 20:16:42 jschauma Exp $ The Linux version of Netscape requires your kernel to include 'COMPAT_LINUX' (plus in NetBSD systems before 1.5 'EXEC_ELF32'). + Please note that if you have INET6 enabled in your kernel, you + will need to set net.inet6.ip6.v6only = 0, using sysctl(8). + =========================================================================== |