aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorconscell2015-04-19 15:14:45 +0900
committerBrett Koonce2015-04-19 20:18:59 -0700
commit8260c89ebbc6466507aee5f69f4c01fed622515e (patch)
tree69ab57267bab63538261d6a86858b0ff678b710e /Library
parent53a668b30d97c2959a300b7ee3b47db80aaa3343 (diff)
downloadhomebrew-8260c89ebbc6466507aee5f69f4c01fed622515e.tar.bz2
ejabberd 15.03, tweak plist
Fixed the startup items plist to make it work with OS X 10.10 Yosemite.
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/ejabberd.rb11
1 files changed, 9 insertions, 2 deletions
diff --git a/Library/Formula/ejabberd.rb b/Library/Formula/ejabberd.rb
index 222c3fee4..19ff75737 100644
--- a/Library/Formula/ejabberd.rb
+++ b/Library/Formula/ejabberd.rb
@@ -1,7 +1,7 @@
class Ejabberd < Formula
homepage "https://www.ejabberd.im"
- url "https://www.process-one.net/downloads/ejabberd/15.02/ejabberd-15.02.tgz"
- sha256 "58cc6b9b512f2f495993be735a8313a8a0591157e0f35a9a3702b59ff9eb6beb"
+ url "https://www.process-one.net/downloads/ejabberd/15.03/ejabberd-15.03.tgz"
+ sha256 "b685cd615ecd9a4f42701541e84c2a28ae534bc608d292b78145d9c59ea17233"
head "https://github.com/processone/ejabberd.git"
@@ -59,6 +59,11 @@ class Ejabberd < Formula
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
+ <key>EnvironmentVariables</key>
+ <dict>
+ <key>HOME</key>
+ <string>#{var}/lib/ejabberd</string>
+ </dict>
<key>Label</key>
<string>#{plist_name}</string>
<key>ProgramArguments</key>
@@ -68,6 +73,8 @@ class Ejabberd < Formula
</array>
<key>RunAtLoad</key>
<true/>
+ <key>WorkingDirectory</key>
+ <string>#{var}/lib/ejabberd</string>
</dict>
</plist>
EOS