aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorTrevor Turk2010-09-22 15:21:26 -0500
committerAdam Vandenberg2010-09-22 13:38:51 -0700
commit8ce0fd68224578050791e1982eb735e5bb46707c (patch)
tree53a4f3196e333edc0b2039718b3fa84c9eb2701d /Library
parentb53a46620e19010ce121fa6bd6ea790c54f76f29 (diff)
downloadhomebrew-8ce0fd68224578050791e1982eb735e5bb46707c.tar.bz2
couchdb - fix typo in plist
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/couchdb.rb5
1 files changed, 1 insertions, 4 deletions
diff --git a/Library/Formula/couchdb.rb b/Library/Formula/couchdb.rb
index 959d0e481..9942d809b 100644
--- a/Library/Formula/couchdb.rb
+++ b/Library/Formula/couchdb.rb
@@ -3,7 +3,6 @@ require 'formula'
class Couchdb <Formula
url 'http://github.com/apache/couchdb/tarball/1.0.1'
homepage "http://couchdb.apache.org/"
- version "1.0.1"
md5 'f2ea23caacff482afe44e29a3f8b7685'
depends_on 'spidermonkey'
@@ -24,7 +23,6 @@ class Couchdb <Formula
(lib+'couchdb/bin/couchjs').chmod 0755
(var+'lib/couchdb').mkpath
(var+'log/couchdb').mkpath
-
end
def caveats; <<-EOS.undent
@@ -32,7 +30,7 @@ class Couchdb <Formula
cp #{prefix}/Library/LaunchDaemons/org.apache.couchdb.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.apache.couchdb.plist
- If this is an upgrade and you already have the com.mysql.mysqld.plist loaded:
+ If this is an upgrade and you already have the org.apache.couchdb.plist loaded:
launchctl unload -w ~/Library/LaunchAgents/org.apache.couchdb.plist
cp #{prefix}/Library/LaunchDaemons/org.apache.couchdb.plist ~/Library/LaunchAgents
launchctl load -w ~/Library/LaunchAgents/org.apache.couchdb.plist
@@ -41,5 +39,4 @@ class Couchdb <Formula
couchdb
EOS
end
-
end \ No newline at end of file