diff options
| author | Chris Hoffman | 2010-06-26 12:32:24 -0500 |
|---|---|---|
| committer | Adam Vandenberg | 2010-06-28 08:34:04 -0700 |
| commit | 14154e3a9f043695744271b61da303dc6b9a0ddb (patch) | |
| tree | 5a722db8a9fdce1b90a285382bbfb5718a3a9bb0 /Library/Formula | |
| parent | d5cf8c11ac4e04893f8cec5d7d6bdcc651977ddf (diff) | |
| download | homebrew-14154e3a9f043695744271b61da303dc6b9a0ddb.tar.bz2 | |
Change cherokee plist install location and instructions to that of /Library
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/cherokee.rb | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/Library/Formula/cherokee.rb b/Library/Formula/cherokee.rb index 87c679b5e..4985e14b0 100644 --- a/Library/Formula/cherokee.rb +++ b/Library/Formula/cherokee.rb @@ -20,13 +20,13 @@ class Cherokee <Formula for logging and runtime files. If this is your first install, automatically load on startup with: - cp #{prefix}/org.cherokee.webserver.plist ~/Library/LaunchDaemons - launchctl load -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 If this is an upgrade and you already have the plist loaded: - launchctl unload -w ~/Library/LaunchDaemons/org.cherokee.webserver.plist - cp #{prefix}/org.cherokee.webserver.plist ~/Library/LaunchDaemons - launchctl load -w ~/Library/LaunchDaemons/org.cherokee.webserver.plist + 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 |
