aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/siege.rb
diff options
context:
space:
mode:
authorAdam Vandenberg2010-04-06 22:58:35 -0700
committerAdam Vandenberg2010-08-07 18:08:53 -0700
commitd0efd9ee94a55e243f3b10e903526274fc21d569 (patch)
treeb21984390a0292957a3819df57c62bac558d284d /Library/Formula/siege.rb
parentcdf768bc328f01e64e9f74551ff4b40d5cf0da70 (diff)
downloadhomebrew-d0efd9ee94a55e243f3b10e903526274fc21d569.tar.bz2
Update formulae for version 0.7
* Use new "url" features * Use keg_only DSL * Use "skip_clean :all" DSL * Whitespace and style cleanups * Make bash invocations less silly * Use new man2-man8 helpers * Remove "FileUtils." since it is included in Formula * Use real names for deps instead of aliases * ENV.x11 now updates path, so remove that from individual brews
Diffstat (limited to 'Library/Formula/siege.rb')
-rw-r--r--Library/Formula/siege.rb10
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/siege.rb b/Library/Formula/siege.rb
index 5ac5978ba..6a273549b 100644
--- a/Library/Formula/siege.rb
+++ b/Library/Formula/siege.rb
@@ -7,7 +7,7 @@ class Siege <Formula
def etc
# NOTE this is because line 101 in init.c in the source code of Siege
- # ignores the --sysconfdir setting, and instead looks here.
+ # ignores the --sysconfdir setting, and instead looks here.
# So coupled with the fact the etc directory location is a little up in the
# air currently. This seems like the best solution for now.
prefix+'etc'
@@ -20,10 +20,10 @@ class Siege <Formula
end
def caveats; <<-EOS
-You should know that macOSX has only 16K port available that won't be
-released until socket TIME_WAIT is passed. Default timeout for TIME_WAIT is
-15s consider reducing in case of available port bottleneck. You can check
-whether there is a problem with netstat.
+Mac OS X has only 16K ports available that won't be released until socket
+TIME_WAIT is passed. The default timeout for TIME_WAIT is 15 seconds. Consider
+reducing in case of available port bottleneck. You can check whether tis is a
+problem with netstat.
$ sysctl net.inet.tcp.msl
net.inet.tcp.msl: 15000