aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCameron Walters (cee-dub)2011-08-23 19:00:12 -0700
committerAdam Vandenberg2011-09-03 11:59:12 -0700
commit2accac42ddcefeca0413bf6df0583b639241822c (patch)
treece8f0445f5a321b32c6886138463ab8713303fa7
parente4b70363bed3d65088941bc3d3d394d5312b2b1e (diff)
downloadhomebrew-2accac42ddcefeca0413bf6df0583b639241822c.tar.bz2
PostgreSQL: set a StandardErrorPath
Signed-off-by: Adam Vandenberg <flangy@gmail.com>
-rw-r--r--Library/Formula/postgresql.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb
index 6d9af4535..3408d70ca 100644
--- a/Library/Formula/postgresql.rb
+++ b/Library/Formula/postgresql.rb
@@ -165,6 +165,8 @@ To install gems without sudo, see the Homebrew wiki.
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
+ <key>StandardErrorPath</key>
+ <string>#{var}/postgres/server.log</string>
</dict>
</plist>
EOPLIST