Remove unnecessary/unused UserName plist keys.

Fixes Homebrew/homebrew#18293.
This commit is contained in:
Mike McQuaid 2013-04-06 16:19:39 +01:00
parent a5f30893c4
commit fb175de87d
33 changed files with 0 additions and 76 deletions

View file

@ -67,8 +67,6 @@ class Apollo < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}/apollo</string>
</dict>

View file

@ -75,8 +75,6 @@ class Arangodb < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
</dict>
</plist>
EOS

View file

@ -45,8 +45,6 @@ class Automysqlbackup < Formula
<key>Hour</key>
<integer>04</integer>
</dict>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>ProgramArguments</key>
<array>
<string>#{sbin}/automysqlbackup</string>

View file

@ -29,8 +29,6 @@ class Beanstalk < Formula
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
<key>StandardErrorPath</key>

View file

@ -53,8 +53,6 @@ class Collectd < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>StandardErrorPath</key>
<string>/usr/local/var/log/collectd.log</string>
<key>StandardOutPath</key>

View file

@ -44,8 +44,6 @@ class CouchdbLucene < Formula
<array>
<string>#{opt_prefix}/bin/run</string>
</array>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
<key>StandardErrorPath</key>

View file

@ -98,8 +98,6 @@ class Elasticsearch < Formula
</dict>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{ENV['USER']}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
<key>StandardErrorPath</key>

View file

@ -29,8 +29,6 @@ class Gearman < Formula
<string>#{opt_prefix}/sbin/gearmand</string>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
</dict>
</plist>
EOS

View file

@ -60,8 +60,6 @@ class Graylog2Server < Formula
<true/>
<key>KeepAlive</key>
<false/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
<key>StandardErrorPath</key>

View file

@ -49,8 +49,6 @@ class IrcdHybrid < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
<key>StandardErrorPath</key>

View file

@ -48,8 +48,6 @@ class Logrotate < Formula
</array>
<key>RunAtLoad</key>
<false/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>StartCalendarInterval</key>
<dict>
<key>Hour</key>

View file

@ -40,8 +40,6 @@ class Luciddb < Formula
<true/>
<key>Label</key>
<string>#{plist_name}</string>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>EnvironmentVariables</key>
<dict>
<key>JAVA_HOME</key>

View file

@ -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>

View file

@ -80,8 +80,6 @@ class Mongodb < Formula
<true/>
<key>KeepAlive</key>
<false/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
<key>StandardErrorPath</key>

View file

@ -60,8 +60,6 @@ class Mosquitto < Formula
<true/>
<key>KeepAlive</key>
<false/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}/mosquitto</string>
</dict>

View file

@ -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>

View file

@ -148,8 +148,6 @@ class Mysql < Formula
<string>#{opt_prefix}/bin/mysqld_safe</string>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
</dict>

View file

@ -63,8 +63,6 @@ class Nagios < Formula
<string>/dev/null</string>
<key>StandardOutPath</key>
<string>/dev/null</string>
<key>UserName</key>
<string>#{user}</string>
</dict>
</plist>
EOS

View file

@ -100,8 +100,6 @@ class Nginx < Formula
<true/>
<key>KeepAlive</key>
<false/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>ProgramArguments</key>
<array>
<string>#{opt_prefix}/sbin/nginx</string>

View file

@ -144,8 +144,6 @@ class PerconaServer < Formula
<string>#{opt_prefix}/bin/mysqld_safe</string>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
</dict>

View file

@ -49,8 +49,6 @@ class PerforceProxy < Formula
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}/p4p</string>
</dict>

View file

@ -51,8 +51,6 @@ class Pgbouncer < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
</dict>

View file

@ -36,8 +36,6 @@ class Pincaster < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
<key>StandardErrorPath</key>

View file

@ -32,8 +32,6 @@ class Polipo < Formula
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>ProgramArguments</key>
<array>
<string>#{opt_prefix}/bin/polipo</string>

View file

@ -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>

View file

@ -174,8 +174,6 @@ class Postgresql < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{HOMEBREW_PREFIX}</string>
<key>StandardErrorPath</key>

View file

@ -49,8 +49,6 @@ class PureFtpd < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
<key>StandardErrorPath</key>

View file

@ -72,8 +72,6 @@ class Rabbitmq < Formula
<string>#{opt_prefix}/sbin/rabbitmq-server</string>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>EnvironmentVariables</key>
<dict>
<!-- need erl in the path -->

View file

@ -60,8 +60,6 @@ class Redis < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
<key>StandardErrorPath</key>

View file

@ -36,8 +36,6 @@ class Ser2net < Formula
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>ProgramArguments</key>
<array>
<string>#{opt_prefix}/sbin/ser2net</string>

View file

@ -33,8 +33,6 @@ class Sickbeard < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
</dict>
</plist>
EOS

View file

@ -45,8 +45,6 @@ class Squid < Formula
</array>
<key>RunAtLoad</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>WorkingDirectory</key>
<string>#{var}</string>
</dict>

View file

@ -23,8 +23,6 @@ class Tor < Formula
<true/>
<key>KeepAlive</key>
<true/>
<key>UserName</key>
<string>#{`whoami`.chomp}</string>
<key>ProgramArguments</key>
<array>
<string>#{opt_prefix}/bin/tor</string>