diff options
author | sumikawa <sumikawa@FreeBSD.org> | 2003-07-17 15:12:07 +0000 |
---|---|---|
committer | sumikawa <sumikawa@FreeBSD.org> | 2003-07-17 15:12:07 +0000 |
commit | 09f32f61807005ed8864c8e92a5301fbf6da22be (patch) | |
tree | d6eced2afb456cc450f20293109c4c6af7c1ec9d /www/wwwoffle/files | |
parent | 4b8acd36a7010f2ff5a6b4317b8682e3e11ecd08 (diff) | |
download | FreeBSD-ports-09f32f61807005ed8864c8e92a5301fbf6da22be.zip FreeBSD-ports-09f32f61807005ed8864c8e92a5301fbf6da22be.tar.gz |
Change default behaviour not to bind IPv6 socket to familiar with
IPv4-only kernel.
Suggested by: Frank Altpeter <frank@altpeter.de>
Diffstat (limited to 'www/wwwoffle/files')
-rw-r--r-- | www/wwwoffle/files/patch-conf::wwwoffle.conf | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/www/wwwoffle/files/patch-conf::wwwoffle.conf b/www/wwwoffle/files/patch-conf::wwwoffle.conf new file mode 100644 index 0000000..580cb8c --- /dev/null +++ b/www/wwwoffle/files/patch-conf::wwwoffle.conf @@ -0,0 +1,10 @@ +--- conf/wwwoffle.conf.template.orig Sat Nov 2 17:50:39 2002 ++++ conf/wwwoffle.conf.template Thu Jul 17 17:08:19 2003 +@@ -13,6 +13,7 @@ + { + bind-ipv4 = 0.0.0.0 + #bind-ipv6 = :: ++ bind-ipv6 = none + + http-port = 8080 + wwwoffle-port = 8081 |