aboutsummaryrefslogtreecommitdiffstats
path: root/Library/Formula/mariadb.rb
diff options
context:
space:
mode:
authorMike McQuaid2013-04-06 16:19:39 +0100
committerMike McQuaid2013-04-06 16:19:39 +0100
commit3bffe5629cbf6b308ec045621339214b468fee2d (patch)
tree9e78c4e4e86bcf5836cadf9b2ee1023ff504b4e8 /Library/Formula/mariadb.rb
parentb7884284c291d05fbe241136409462407901ab85 (diff)
downloadhomebrew-3bffe5629cbf6b308ec045621339214b468fee2d.tar.bz2
Remove unnecessary/unused UserName plist keys.
Fixes #18293.
Diffstat (limited to 'Library/Formula/mariadb.rb')
-rw-r--r--Library/Formula/mariadb.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb
index eb6da42ed..221a34318 100644
--- a/Library/Formula/mariadb.rb
+++ b/Library/Formula/mariadb.rb
@@ -131,8 +131,6 @@ class Mariadb < Formula
<string>#{HOMEBREW_PREFIX}/bin/mysqld_safe</string>
<key>RunAtLoad</key>
<true/>
- <key>UserName</key>
- <string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
</dict>