aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/memcached.rb
diff options
context:
space:
mode:
authorJonathan Thomas2010-05-04 12:21:17 -0700
committerAdam Vandenberg2010-05-04 12:30:23 -0700
commit7011af37af67cd0041f6cb04a76e09e3fa838ce0 (patch)
treeab94035a3d985397a025cf238feff01e4e1d4945 /Library/Formula/memcached.rb
parent3d65acaf73a1d372603e215f8618ef15f264f3b1 (diff)
downloadhomebrew-7011af37af67cd0041f6cb04a76e09e3fa838ce0.tar.bz2
fixed caveat for auto-loading memcached
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library/Formula/memcached.rb')
-rw-r--r--Library/Formula/memcached.rb3
1 files changed, 2 insertions, 1 deletions
diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb
index 854ca7d17..327aafd42 100644
--- a/Library/Formula/memcached.rb
+++ b/Library/Formula/memcached.rb
@@ -16,7 +16,8 @@ class Memcached <Formula
def caveats; <<-EOS
You can enabled memcached to automatically load on login with:
- launchctl load -w #{prefix}/com.danga.memcached.plist
+ cp #{prefix}/com.danga.memcached.plist ~/Library/LaunchAgents/
+ launchctl load -w ~/Library/LaunchAgents/com.danga.memcached.plist
Or start it manually:
#{HOMEBREW_PREFIX}/bin/memcached