diff options
author | grant <grant@pkgsrc.org> | 2004-06-29 14:55:05 +0000 |
---|---|---|
committer | grant <grant@pkgsrc.org> | 2004-06-29 14:55:05 +0000 |
commit | 7905ac3ec152606bb9f654927cab7723b7d9b217 (patch) | |
tree | 15139d25978fce2e9248b79f41259112967ee1ba /www | |
parent | 1f3982612d91add15a7b5fc3ce4ec3d5d1a7f359 (diff) | |
download | pkgsrc-7905ac3ec152606bb9f654927cab7723b7d9b217.tar.gz |
note that only NetBSD 1.5 needed the v6only sysctl tweak. it's not
needed in 1.6, 2.0 or -current.
Diffstat (limited to 'www')
-rw-r--r-- | www/mozilla-bin/MESSAGE.compat_linux | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/www/mozilla-bin/MESSAGE.compat_linux b/www/mozilla-bin/MESSAGE.compat_linux index a46cea9f8a4..30b46bc63d0 100644 --- a/www/mozilla-bin/MESSAGE.compat_linux +++ b/www/mozilla-bin/MESSAGE.compat_linux @@ -1,10 +1,10 @@ =========================================================================== -$NetBSD: MESSAGE.compat_linux,v 1.2 2004/02/09 10:48:48 grant Exp $ +$NetBSD: MESSAGE.compat_linux,v 1.3 2004/06/29 14:55:05 grant Exp $ ${PKGBASE} 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). - +On NetBSD 1.5, if INET6 is enabled in the kernel, you may need to set +net.inet6.ip6.v6only=0, using sysctl(8). + =========================================================================== |