This is an automated email from the git hooks/post-receive script. ebourg-guest pushed a commit to branch master in repository jetty9.
commit f604c347f91baaf25e0f227a5167918690cb31ca Author: Emmanuel Bourg <[email protected]> Date: Fri Oct 31 18:25:38 2014 +0100 Enable IPv6 by default (Closes: #767369) --- debian/changelog | 1 + debian/jetty8.init | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index e593e60..b9fccc2 100644 --- a/debian/changelog +++ b/debian/changelog @@ -4,6 +4,7 @@ jetty8 (8.1.16-4) UNRELEASED; urgency=medium (Closes: #767337) * Added the missing link to tomcat-util.jar in /usr/share/jetty8/lib/jsp/ (Closes: #740596) + * Enable IPv6 by default (Closes: #767369) -- Emmanuel Bourg <[email protected]> Thu, 30 Oct 2014 11:06:58 +0100 diff --git a/debian/jetty8.init b/debian/jetty8.init index 2bd7ab8..f63d073 100644 --- a/debian/jetty8.init +++ b/debian/jetty8.init @@ -100,7 +100,7 @@ JETTY_USER=jetty # Listen to connections from this network host (leave empty to accept all connections) #JETTY_HOST=$(uname -n) -JETTY_HOST= +JETTY_HOST=0.0.0.0 # The network port used by Jetty JETTY_PORT=8080 -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/jetty9.git _______________________________________________ pkg-java-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-java-commits

