diff options
author | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
---|---|---|
committer | Adam Weinberger <adamw@FreeBSD.org> | 2014-07-29 15:49:46 +0000 |
commit | 5fef74e277a1a8631418cc86635c091fcc79d099 (patch) | |
tree | 1f91b768812d879efc689dc94c0aa53e7c1ba2fa /www/wwwoffle/files/patch-conf__wwwoffle.conf | |
parent | - Add LICENSE (diff) |
Rename www/ patch-xy patches to reflect the files they modify.
Diffstat (limited to 'www/wwwoffle/files/patch-conf__wwwoffle.conf')
-rw-r--r-- | www/wwwoffle/files/patch-conf__wwwoffle.conf | 12 |
1 files changed, 12 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 000000000000..fdadb74aef47 --- /dev/null +++ b/www/wwwoffle/files/patch-conf__wwwoffle.conf @@ -0,0 +1,12 @@ +--- conf/wwwoffle.conf.template.orig Sat Feb 4 06:41:35 2006 ++++ conf/wwwoffle.conf.template Mon Apr 3 10:23:41 2006 +@@ -12,7 +12,8 @@ + StartUp + { + bind-ipv4 = 0.0.0.0 +- bind-ipv6 = :: ++#bind-ipv6 = :: ++ bind-ipv6 = none + + http-port = 8080 + https-port = 8443 |