aboutsummaryrefslogtreecommitdiffstats
path: root/Library
diff options
context:
space:
mode:
authorLukas Stabe2014-08-25 22:54:43 +0200
committerJack Nagel2014-08-25 23:22:58 -0500
commitb15e3e56e35871d90e2cc14964b4f08b783daee3 (patch)
treeb6286d4a4906c9129e56e7aa46d924cedca4b2f3 /Library
parent28c5e61975dd4bfe74f1451799785ac062606bd2 (diff)
downloadhomebrew-b15e3e56e35871d90e2cc14964b4f08b783daee3.tar.bz2
mpd & mpdscribble: fix plist
Closes #31887. Signed-off-by: Jack Nagel <jacknagel@gmail.com>
Diffstat (limited to 'Library')
-rw-r--r--Library/Formula/mpd.rb4
-rw-r--r--Library/Formula/mpdscribble.rb4
2 files changed, 0 insertions, 8 deletions
diff --git a/Library/Formula/mpd.rb b/Library/Formula/mpd.rb
index aa7e8ea15..53ad28982 100644
--- a/Library/Formula/mpd.rb
+++ b/Library/Formula/mpd.rb
@@ -141,10 +141,6 @@ class Mpd < Formula
<true/>
<key>KeepAlive</key>
<true/>
- <key>StandardErrorPath</key>
- <string>#{var}/log/mpd_err.log</string>
- <key>StandardOutPath</key>
- <string>#{var}/log/mpd.log</string>
</dict>
</plist>
EOS
diff --git a/Library/Formula/mpdscribble.rb b/Library/Formula/mpdscribble.rb
index f5b2c2a88..40210d75c 100644
--- a/Library/Formula/mpdscribble.rb
+++ b/Library/Formula/mpdscribble.rb
@@ -45,10 +45,6 @@ class Mpdscribble < Formula
<true/>
<key>KeepAlive</key>
<true/>
- <key>StandardErrorPath</key>
- <string>#{var}/log/mpdscribble_err.log</string>
- <key>StandardOutPath</key>
- <string>#{var}/log/mpdscribble.log</string>
</dict>
</plist>
EOS