diff options
author | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-07-17 15:12:07 +0000 |
---|---|---|
committer | Munechika SUMIKAWA <sumikawa@FreeBSD.org> | 2003-07-17 15:12:07 +0000 |
commit | e0e2d8e7d3e1552d954a0f6a695fb1330e666133 (patch) | |
tree | 61f86c94102504187596b93ed4a3ffcad40d1e83 /www/wwwoffle | |
parent | b501cd1817d95290704cf79da857ee835fa54fab (diff) | |
download | ports-e0e2d8e7d3e1552d954a0f6a695fb1330e666133.tar.gz ports-e0e2d8e7d3e1552d954a0f6a695fb1330e666133.zip |
Change default behaviour not to bind IPv6 socket to familiar with
IPv4-only kernel.
Suggested by: Frank Altpeter <frank@altpeter.de>
Notes
Notes:
svn path=/head/; revision=85057
Diffstat (limited to 'www/wwwoffle')
-rw-r--r-- | www/wwwoffle/Makefile | 1 | ||||
-rw-r--r-- | www/wwwoffle/files/patch-conf::wwwoffle.conf | 10 |
2 files changed, 11 insertions, 0 deletions
diff --git a/www/wwwoffle/Makefile b/www/wwwoffle/Makefile index a29625a8cebd..d13548d955fe 100644 --- a/www/wwwoffle/Makefile +++ b/www/wwwoffle/Makefile @@ -7,6 +7,7 @@ PORTNAME= wwwoffle PORTVERSION= 2.7h +PORTREVISION= 1 CATEGORIES= www ipv6 MASTER_SITES= http://www.gedanken.freeserve.co.uk/download-wwwoffle/ EXTRACT_SUFX= .tgz diff --git a/www/wwwoffle/files/patch-conf::wwwoffle.conf b/www/wwwoffle/files/patch-conf::wwwoffle.conf new file mode 100644 index 000000000000..580cb8c1de83 --- /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 |