diff options
| author | Mike McQuaid | 2013-04-06 16:19:39 +0100 |
|---|---|---|
| committer | Mike McQuaid | 2013-04-06 16:19:39 +0100 |
| commit | 3bffe5629cbf6b308ec045621339214b468fee2d (patch) | |
| tree | 9e78c4e4e86bcf5836cadf9b2ee1023ff504b4e8 /Library/Formula/mysql-cluster.rb | |
| parent | b7884284c291d05fbe241136409462407901ab85 (diff) | |
| download | homebrew-3bffe5629cbf6b308ec045621339214b468fee2d.tar.bz2 | |
Remove unnecessary/unused UserName plist keys.
Fixes #18293.
Diffstat (limited to 'Library/Formula/mysql-cluster.rb')
| -rw-r--r-- | Library/Formula/mysql-cluster.rb | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/Library/Formula/mysql-cluster.rb b/Library/Formula/mysql-cluster.rb index dfba6842b..6c7e31607 100644 --- a/Library/Formula/mysql-cluster.rb +++ b/Library/Formula/mysql-cluster.rb @@ -208,8 +208,6 @@ class MysqlCluster < Formula </array> <key>RunAtLoad</key> <true/> - <key>UserName</key> - <string>#{`whoami`.chomp}</string> <key>WorkingDirectory</key> <string>#{var}</string> </dict> @@ -237,8 +235,6 @@ class MysqlCluster < Formula </array> <key>RunAtLoad</key> <true/> - <key>UserName</key> - <string>#{`whoami`.chomp}</string> <key>WorkingDirectory</key> <string>#{var}</string> <key>StandardOutPath</key> @@ -266,8 +262,6 @@ class MysqlCluster < Formula </array> <key>RunAtLoad</key> <true/> - <key>UserName</key> - <string>#{`whoami`.chomp}</string> <key>WorkingDirectory</key> <string>#{var}</string> <key>StandardOutPath</key> |
