diff options
Diffstat (limited to 'Library/Formula/postgres-xc.rb')
| -rw-r--r-- | Library/Formula/postgres-xc.rb | 8 | 
1 files changed, 0 insertions, 8 deletions
| diff --git a/Library/Formula/postgres-xc.rb b/Library/Formula/postgres-xc.rb index b7b5f85be..955c0e522 100644 --- a/Library/Formula/postgres-xc.rb +++ b/Library/Formula/postgres-xc.rb @@ -172,8 +172,6 @@ class PostgresXc < Formula        </array>        <key>RunAtLoad</key>        <true/> -      <key>UserName</key> -      <string>#{`whoami`.chomp}</string>        <key>WorkingDirectory</key>        <string>#{HOMEBREW_PREFIX}</string>        <key>StandardErrorPath</key> @@ -208,8 +206,6 @@ class PostgresXc < Formula        </array>        <key>RunAtLoad</key>        <true/> -      <key>UserName</key> -      <string>#{`whoami`.chomp}</string>        <key>WorkingDirectory</key>        <string>#{HOMEBREW_PREFIX}</string>        <key>StandardErrorPath</key> @@ -240,8 +236,6 @@ class PostgresXc < Formula        </array>        <key>RunAtLoad</key>        <true/> -      <key>UserName</key> -      <string>#{`whoami`.chomp}</string>        <key>WorkingDirectory</key>        <string>#{HOMEBREW_PREFIX}</string>        <key>StandardErrorPath</key> @@ -272,8 +266,6 @@ class PostgresXc < Formula        </array>        <key>RunAtLoad</key>        <true/> -      <key>UserName</key> -      <string>#{`whoami`.chomp}</string>        <key>WorkingDirectory</key>        <string>#{HOMEBREW_PREFIX}</string>        <key>StandardErrorPath</key> | 
