diff options
| author | Trevor Turk | 2010-09-01 10:12:56 -0500 | 
|---|---|---|
| committer | David Höppner | 2010-09-01 17:57:32 +0200 | 
| commit | 9aca5165d7a1560b70ee12eceb745f192634b18e (patch) | |
| tree | 281d9591d5fb46866093310385d3d0ab5b0a1eb3 /Library/Formula/couchdb-lucene.rb | |
| parent | 292f57b853b8af2d3e20c54bc30f5f8005a90ac8 (diff) | |
| download | homebrew-9aca5165d7a1560b70ee12eceb745f192634b18e.tar.bz2 | |
couchdb-lucene: recommend putting plist in user-specific directory
Signed-off-by: David Höppner <0xffea@gmail.com>
* merge 2 commits
Diffstat (limited to 'Library/Formula/couchdb-lucene.rb')
| -rw-r--r-- | Library/Formula/couchdb-lucene.rb | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index d2343fa9e..e6fc1e296 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -24,8 +24,8 @@ class CouchdbLucene <Formula    def caveats; <<-EOS  You can enable couchdb-lucene to automatically load on login with: -  sudo cp "#{prefix}/couchdb-lucene.plist" /Library/LaunchDaemons/ -  sudo launchctl load -w /Library/LaunchDaemons/couchdb-lucene.plist +  cp "#{prefix}/couchdb-lucene.plist" ~/Library/LaunchAgents/ +  launchctl load -w ~/Library/LaunchAgents/couchdb-lucene.plist  Or start it manually with:    #{bin}/run @@ -79,4 +79,4 @@ EOS  </plist>  EOS    end -end
\ No newline at end of file +end  | 
