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 | |
| parent | b7884284c291d05fbe241136409462407901ab85 (diff) | |
| download | homebrew-3bffe5629cbf6b308ec045621339214b468fee2d.tar.bz2 | |
Remove unnecessary/unused UserName plist keys.
Fixes #18293.
33 files changed, 0 insertions, 76 deletions
| diff --git a/Library/Formula/apollo.rb b/Library/Formula/apollo.rb index a58279b25..b224676f2 100644 --- a/Library/Formula/apollo.rb +++ b/Library/Formula/apollo.rb @@ -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> diff --git a/Library/Formula/arangodb.rb b/Library/Formula/arangodb.rb index bc9078095..819bbe262 100644 --- a/Library/Formula/arangodb.rb +++ b/Library/Formula/arangodb.rb @@ -75,8 +75,6 @@ class Arangodb < Formula          </array>          <key>RunAtLoad</key>          <true/> -        <key>UserName</key> -        <string>#{`whoami`.chomp}</string>        </dict>      </plist>      EOS diff --git a/Library/Formula/automysqlbackup.rb b/Library/Formula/automysqlbackup.rb index f5b694b49..eb6954573 100644 --- a/Library/Formula/automysqlbackup.rb +++ b/Library/Formula/automysqlbackup.rb @@ -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> diff --git a/Library/Formula/beanstalk.rb b/Library/Formula/beanstalk.rb index 933d44086..daaa7175c 100644 --- a/Library/Formula/beanstalk.rb +++ b/Library/Formula/beanstalk.rb @@ -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> diff --git a/Library/Formula/collectd.rb b/Library/Formula/collectd.rb index 338820864..f22363b39 100644 --- a/Library/Formula/collectd.rb +++ b/Library/Formula/collectd.rb @@ -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> diff --git a/Library/Formula/couchdb-lucene.rb b/Library/Formula/couchdb-lucene.rb index c5fc5def1..ecc5782c7 100644 --- a/Library/Formula/couchdb-lucene.rb +++ b/Library/Formula/couchdb-lucene.rb @@ -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> diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index def8bf2a2..b9bcdf4d5 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -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> diff --git a/Library/Formula/gearman.rb b/Library/Formula/gearman.rb index c734d1cc0..49b518925 100644 --- a/Library/Formula/gearman.rb +++ b/Library/Formula/gearman.rb @@ -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 diff --git a/Library/Formula/graylog2-server.rb b/Library/Formula/graylog2-server.rb index 07bec1b67..c99533c0c 100644 --- a/Library/Formula/graylog2-server.rb +++ b/Library/Formula/graylog2-server.rb @@ -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> diff --git a/Library/Formula/ircd-hybrid.rb b/Library/Formula/ircd-hybrid.rb index 449d2ca1a..82a7bca9b 100644 --- a/Library/Formula/ircd-hybrid.rb +++ b/Library/Formula/ircd-hybrid.rb @@ -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> diff --git a/Library/Formula/logrotate.rb b/Library/Formula/logrotate.rb index babf62b0b..f70e21c9a 100644 --- a/Library/Formula/logrotate.rb +++ b/Library/Formula/logrotate.rb @@ -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> diff --git a/Library/Formula/luciddb.rb b/Library/Formula/luciddb.rb index f77714433..56db1e280 100644 --- a/Library/Formula/luciddb.rb +++ b/Library/Formula/luciddb.rb @@ -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> 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> diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 5694f16b5..d7a34b243 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -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> diff --git a/Library/Formula/mosquitto.rb b/Library/Formula/mosquitto.rb index a1ad1028b..60daa57b7 100644 --- a/Library/Formula/mosquitto.rb +++ b/Library/Formula/mosquitto.rb @@ -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> 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> diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index e717ee295..4a5b97aee 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -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> diff --git a/Library/Formula/nagios.rb b/Library/Formula/nagios.rb index dd9a4c4e7..61dadb6bd 100644 --- a/Library/Formula/nagios.rb +++ b/Library/Formula/nagios.rb @@ -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 diff --git a/Library/Formula/nginx.rb b/Library/Formula/nginx.rb index db749af42..ce4dcc77f 100644 --- a/Library/Formula/nginx.rb +++ b/Library/Formula/nginx.rb @@ -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> diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb index 4083aea03..457ecb9d0 100644 --- a/Library/Formula/percona-server.rb +++ b/Library/Formula/percona-server.rb @@ -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> diff --git a/Library/Formula/perforce-proxy.rb b/Library/Formula/perforce-proxy.rb index f2b9d84a9..687c1bd12 100644 --- a/Library/Formula/perforce-proxy.rb +++ b/Library/Formula/perforce-proxy.rb @@ -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> diff --git a/Library/Formula/pgbouncer.rb b/Library/Formula/pgbouncer.rb index 681730c01..b3bb2b5f0 100644 --- a/Library/Formula/pgbouncer.rb +++ b/Library/Formula/pgbouncer.rb @@ -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> diff --git a/Library/Formula/pincaster.rb b/Library/Formula/pincaster.rb index 03f01c37d..c1727fedd 100644 --- a/Library/Formula/pincaster.rb +++ b/Library/Formula/pincaster.rb @@ -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> diff --git a/Library/Formula/polipo.rb b/Library/Formula/polipo.rb index 0610563cf..489b45859 100644 --- a/Library/Formula/polipo.rb +++ b/Library/Formula/polipo.rb @@ -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> 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        </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> diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 081244468..c9ebb758c 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -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> diff --git a/Library/Formula/pure-ftpd.rb b/Library/Formula/pure-ftpd.rb index 1c25caa92..ca4993047 100644 --- a/Library/Formula/pure-ftpd.rb +++ b/Library/Formula/pure-ftpd.rb @@ -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> diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb index d162ca7e3..9d4c40d5d 100644 --- a/Library/Formula/rabbitmq.rb +++ b/Library/Formula/rabbitmq.rb @@ -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 --> diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index 21c1fb5f9..26fef7971 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -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> diff --git a/Library/Formula/ser2net.rb b/Library/Formula/ser2net.rb index b66976069..3ca8259b7 100644 --- a/Library/Formula/ser2net.rb +++ b/Library/Formula/ser2net.rb @@ -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> diff --git a/Library/Formula/sickbeard.rb b/Library/Formula/sickbeard.rb index 857047660..f8ef16103 100644 --- a/Library/Formula/sickbeard.rb +++ b/Library/Formula/sickbeard.rb @@ -33,8 +33,6 @@ class Sickbeard < Formula        </array>        <key>RunAtLoad</key>        <true/> -      <key>UserName</key> -      <string>#{`whoami`.chomp}</string>      </dict>      </plist>      EOS diff --git a/Library/Formula/squid.rb b/Library/Formula/squid.rb index 57607f2cc..ceae2bedb 100644 --- a/Library/Formula/squid.rb +++ b/Library/Formula/squid.rb @@ -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> diff --git a/Library/Formula/tor.rb b/Library/Formula/tor.rb index 9c79c48cd..4ada6a923 100644 --- a/Library/Formula/tor.rb +++ b/Library/Formula/tor.rb @@ -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> | 
