From 3bffe5629cbf6b308ec045621339214b468fee2d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 6 Apr 2013 16:19:39 +0100 Subject: Remove unnecessary/unused UserName plist keys. Fixes #18293.--- Library/Formula/postgres-xc.rb | 8 -------- 1 file changed, 8 deletions(-) (limited to 'Library/Formula/postgres-xc.rb') 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath @@ -208,8 +206,6 @@ class PostgresXc < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath @@ -240,8 +236,6 @@ class PostgresXc < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath @@ -272,8 +266,6 @@ class PostgresXc < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath -- cgit v1.2.3