Remove unnecessary/unused UserName plist keys.
Fixes Homebrew/homebrew#18293.
This commit is contained in:
parent
a5f30893c4
commit
fb175de87d
33 changed files with 0 additions and 76 deletions
|
@ -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>
|
||||
|
|
|
@ -75,8 +75,6 @@ class Arangodb < Formula
|
|||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>UserName</key>
|
||||
<string>#{`whoami`.chomp}</string>
|
||||
</dict>
|
||||
</plist>
|
||||
EOS
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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 -->
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -33,8 +33,6 @@ class Sickbeard < Formula
|
|||
</array>
|
||||
<key>RunAtLoad</key>
|
||||
<true/>
|
||||
<key>UserName</key>
|
||||
<string>#{`whoami`.chomp}</string>
|
||||
</dict>
|
||||
</plist>
|
||||
EOS
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue