aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTobias Schwab2012-03-08 12:02:31 +0100
committerAdam Vandenberg2012-03-10 19:58:36 -0800
commit637b708a9ccb6bc57bcef6cb378aeb2d0397b454 (patch)
treea12ff6ea9d6ad86e7c460218a3d1e410db2c8c84
parentb547016daf4f40fd26fa25bf2e45bc6c28dbaeb8 (diff)
downloadhomebrew-637b708a9ccb6bc57bcef6cb378aeb2d0397b454.tar.bz2
bind jenkins to 127.0.0.1 by default
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/jenkins.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb
index 7b4e39573..2d860231a 100644
--- a/Library/Formula/jenkins.rb
+++ b/Library/Formula/jenkins.rb
@@ -43,6 +43,7 @@ EOS
<string>/usr/bin/java</string>
<string>-jar</string>
<string>#{HOMEBREW_PREFIX}/lib/jenkins.war</string>
+ <string>--httpListenAddress=127.0.0.1</string>
</array>
<key>RunAtLoad</key>
<true/>