From 3bffe5629cbf6b308ec045621339214b468fee2d Mon Sep 17 00:00:00 2001 From: Mike McQuaid Date: Sat, 6 Apr 2013 16:19:39 +0100 Subject: Remove unnecessary/unused UserName plist keys. Fixes #18293.--- Library/Formula/apollo.rb | 2 -- Library/Formula/arangodb.rb | 2 -- Library/Formula/automysqlbackup.rb | 2 -- Library/Formula/beanstalk.rb | 2 -- Library/Formula/collectd.rb | 2 -- Library/Formula/couchdb-lucene.rb | 2 -- Library/Formula/elasticsearch.rb | 2 -- Library/Formula/gearman.rb | 2 -- Library/Formula/graylog2-server.rb | 2 -- Library/Formula/ircd-hybrid.rb | 2 -- Library/Formula/logrotate.rb | 2 -- Library/Formula/luciddb.rb | 2 -- Library/Formula/mariadb.rb | 2 -- Library/Formula/mongodb.rb | 2 -- Library/Formula/mosquitto.rb | 2 -- Library/Formula/mysql-cluster.rb | 6 ------ Library/Formula/mysql.rb | 2 -- Library/Formula/nagios.rb | 2 -- Library/Formula/nginx.rb | 2 -- Library/Formula/percona-server.rb | 2 -- Library/Formula/perforce-proxy.rb | 2 -- Library/Formula/pgbouncer.rb | 2 -- Library/Formula/pincaster.rb | 2 -- Library/Formula/polipo.rb | 2 -- Library/Formula/postgres-xc.rb | 8 -------- Library/Formula/postgresql.rb | 2 -- Library/Formula/pure-ftpd.rb | 2 -- Library/Formula/rabbitmq.rb | 2 -- Library/Formula/redis.rb | 2 -- Library/Formula/ser2net.rb | 2 -- Library/Formula/sickbeard.rb | 2 -- Library/Formula/squid.rb | 2 -- Library/Formula/tor.rb | 2 -- 33 files changed, 76 deletions(-) (limited to 'Library/Formula') 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var}/apollo 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 RunAtLoad - UserName - #{`whoami`.chomp} 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 Hour 04 - UserName - #{`whoami`.chomp} ProgramArguments #{sbin}/automysqlbackup 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 KeepAlive - UserName - #{`whoami`.chomp} WorkingDirectory #{var} StandardErrorPath 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 RunAtLoad - UserName - #{`whoami`.chomp} StandardErrorPath /usr/local/var/log/collectd.log StandardOutPath 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 #{opt_prefix}/bin/run - UserName - #{`whoami`.chomp} StandardOutPath /dev/null StandardErrorPath 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 RunAtLoad - UserName - #{ENV['USER']} WorkingDirectory #{var} StandardErrorPath 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 #{opt_prefix}/sbin/gearmand RunAtLoad - UserName - #{`whoami`.chomp} 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 KeepAlive - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath 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 RunAtLoad - UserName - #{`whoami`.chomp} StartCalendarInterval Hour 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 Label #{plist_name} - UserName - #{`whoami`.chomp} EnvironmentVariables JAVA_HOME 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 #{HOMEBREW_PREFIX}/bin/mysqld_safe RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} 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 KeepAlive - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath 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 KeepAlive - UserName - #{`whoami`.chomp} WorkingDirectory #{var}/mosquitto 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} @@ -237,8 +235,6 @@ class MysqlCluster < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} StandardOutPath @@ -266,8 +262,6 @@ class MysqlCluster < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} StandardOutPath 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 #{opt_prefix}/bin/mysqld_safe RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} 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 /dev/null StandardOutPath /dev/null - UserName - #{user} 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 KeepAlive - UserName - #{`whoami`.chomp} ProgramArguments #{opt_prefix}/sbin/nginx 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 #{opt_prefix}/bin/mysqld_safe RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} 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 KeepAlive - UserName - #{`whoami`.chomp} WorkingDirectory #{var}/p4p 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} StandardErrorPath 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 KeepAlive - UserName - #{`whoami`.chomp} ProgramArguments #{opt_prefix}/bin/polipo 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath @@ -208,8 +206,6 @@ class PostgresXc < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath @@ -240,8 +236,6 @@ class PostgresXc < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath @@ -272,8 +266,6 @@ class PostgresXc < Formula RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{HOMEBREW_PREFIX} StandardErrorPath 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} StandardErrorPath 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 #{opt_prefix}/sbin/rabbitmq-server RunAtLoad - UserName - #{`whoami`.chomp} EnvironmentVariables 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} StandardErrorPath 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 KeepAlive - UserName - #{`whoami`.chomp} ProgramArguments #{opt_prefix}/sbin/ser2net 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 RunAtLoad - UserName - #{`whoami`.chomp} 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 RunAtLoad - UserName - #{`whoami`.chomp} WorkingDirectory #{var} 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 KeepAlive - UserName - #{`whoami`.chomp} ProgramArguments #{opt_prefix}/bin/tor -- cgit v1.2.3