aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula
diff options
context:
space:
mode:
authorDevMan2013-12-04 23:35:14 +0200
committerAdam Vandenberg2013-12-04 19:56:56 -0800
commit0da8911f3461df273e51f4f63400ed9a712a2d89 (patch)
tree85d4897a52da64da41e48aaad9365939331e56e4 /Library/Formula
parentcb551f31e707ccd25800573eca8bfe43e3788eed (diff)
downloadhomebrew-0da8911f3461df273e51f4f63400ed9a712a2d89.tar.bz2
cherokee 1.2.103
Closes #24936. Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
-rw-r--r--Library/Formula/cherokee.rb40
1 files changed, 20 insertions, 20 deletions
diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb
index 7d15e20bb..5c8baf7a8 100644
--- a/Library/Formula/cherokee.rb
+++ b/Library/Formula/cherokee.rb
@@ -48,27 +48,27 @@ class Cherokee < Formula
end
def caveats
- <<-EOS.undent
- Cherokee is setup to run with your user permissions as part of the
- www group on port 80. This can be changed in the cherokee-admin
- but be aware the new user will need permissions to write to:
- #{var}/cherokee
- for logging and runtime files.
+ <<-EOS.undent
+ Cherokee is setup to run with your user permissions as part of the
+ www group on port 80. This can be changed in the cherokee-admin
+ but be aware the new user will need permissions to write to:
+ #{var}/cherokee
+ for logging and runtime files.
- By default, documents will be served out of:
- #{etc}/cherokee/htdocs
+ By default, documents will be served out of:
+ #{etc}/cherokee/htdocs
- And CGI scripts from:
- #{etc}/cherokee/cgi-bin
+ And CGI scripts from:
+ #{etc}/cherokee/cgi-bin
- If this is your first install, automatically load on startup with:
- sudo cp #{prefix}/org.cherokee.webserver.plist /Library/LaunchDaemons
- sudo launchctl load -w /Library/LaunchDaemons/org.cherokee.webserver.plist
+ If this is your first install, automatically load on startup with:
+ sudo cp #{prefix}/org.cherokee.webserver.plist /Library/LaunchDaemons
+ sudo launchctl load -w /Library/LaunchDaemons/org.cherokee.webserver.plist
- If this is an upgrade and you already have the plist loaded:
- sudo launchctl unload -w /Library/LaunchDaemons/org.cherokee.webserver.plist
- sudo cp #{prefix}/org.cherokee.webserver.plist /Library/LaunchDaemons
- sudo launchctl load -w /Library/LaunchDaemons/org.cherokee.webserver.plist
- EOS
- end
-end \ No newline at end of file
+ If this is an upgrade and you already have the plist loaded:
+ sudo launchctl unload -w /Library/LaunchDaemons/org.cherokee.webserver.plist
+ sudo cp #{prefix}/org.cherokee.webserver.plist /Library/LaunchDaemons
+ sudo launchctl load -w /Library/LaunchDaemons/org.cherokee.webserver.plist
+ EOS
+ end
+end