diff options
Diffstat (limited to 'Library/Formula')
| -rw-r--r-- | Library/Formula/elasticsearch.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/gearman.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/jenkins.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/mariadb.rb | 8 | ||||
| -rw-r--r-- | Library/Formula/memcached.rb | 4 | ||||
| -rw-r--r-- | Library/Formula/mongodb.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/mysql.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/offline-imap.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/percona-server.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/pgbouncer.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/postgresql.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/rabbitmq.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/redis.rb | 2 | ||||
| -rw-r--r-- | Library/Formula/selenium-server-standalone.rb | 2 |
14 files changed, 18 insertions, 18 deletions
diff --git a/Library/Formula/elasticsearch.rb b/Library/Formula/elasticsearch.rb index 069c61571..3fd3d274f 100644 --- a/Library/Formula/elasticsearch.rb +++ b/Library/Formula/elasticsearch.rb @@ -59,7 +59,7 @@ class Elasticsearch < Formula ln -nfs #{plist_path} ~/Library/LaunchAgents/ launchctl load -wF ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} ln -nfs #{plist_path} ~/Library/LaunchAgents/ launchctl load -wF ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/gearman.rb b/Library/Formula/gearman.rb index 35c784a2c..1aa1ac0ca 100644 --- a/Library/Formula/gearman.rb +++ b/Library/Formula/gearman.rb @@ -23,7 +23,7 @@ class Gearman < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/jenkins.rb b/Library/Formula/jenkins.rb index e6af417cf..7c9f5e0b1 100644 --- a/Library/Formula/jenkins.rb +++ b/Library/Formula/jenkins.rb @@ -20,7 +20,7 @@ If this is your first install, automatically load on login with: cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} -If this is an upgrade and you already have the #{plist_path} loaded: +If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/mariadb.rb b/Library/Formula/mariadb.rb index 9473fb17f..b40c56a11 100644 --- a/Library/Formula/mariadb.rb +++ b/Library/Formula/mariadb.rb @@ -75,16 +75,16 @@ class Mariadb < Formula mysql_install_db If this is your first install, automatically load on login with: - cp #{plist_path} ~/Library/LaunchAgents + cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} - cp #{plist_path} ~/Library/LaunchAgents + cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} Note on upgrading: - We overwrite any existing #{plist_path} in ~/Library/LaunchAgents + We overwrite any existing #{plist_path.basename} in ~/Library/LaunchAgents if we are upgrading because previous versions of this brew created the plist with a version specific program argument. diff --git a/Library/Formula/memcached.rb b/Library/Formula/memcached.rb index a347a19b7..ee56bb58c 100644 --- a/Library/Formula/memcached.rb +++ b/Library/Formula/memcached.rb @@ -32,9 +32,9 @@ class Memcached < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} - cp #{plist_path} ~/Library/LaunchAgents/#{plist_path.basename} + cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} Or start it manually: diff --git a/Library/Formula/mongodb.rb b/Library/Formula/mongodb.rb index 7f00ce0d1..8e977b86f 100644 --- a/Library/Formula/mongodb.rb +++ b/Library/Formula/mongodb.rb @@ -55,7 +55,7 @@ class Mongodb < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/mysql.rb b/Library/Formula/mysql.rb index ed7fbb70c..d22e64517 100644 --- a/Library/Formula/mysql.rb +++ b/Library/Formula/mysql.rb @@ -124,7 +124,7 @@ class Mysql < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - * if this is an upgrade and you already have the #{plist_path} loaded: + * if this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/offline-imap.rb b/Library/Formula/offline-imap.rb index 93ea87dc7..882f17ccf 100644 --- a/Library/Formula/offline-imap.rb +++ b/Library/Formula/offline-imap.rb @@ -31,7 +31,7 @@ class OfflineImap < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - * if this is an upgrade and you already have the #{plist_path} loaded: + * if this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/percona-server.rb b/Library/Formula/percona-server.rb index 5faf277df..66c22a51c 100644 --- a/Library/Formula/percona-server.rb +++ b/Library/Formula/percona-server.rb @@ -121,7 +121,7 @@ class PerconaServer < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - * if this is an upgrade and you already have the #{plist_path} loaded: + * if this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/pgbouncer.rb b/Library/Formula/pgbouncer.rb index 971835532..ad348e395 100644 --- a/Library/Formula/pgbouncer.rb +++ b/Library/Formula/pgbouncer.rb @@ -34,7 +34,7 @@ If this is your first install, automatically load on login with: cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} -If this is an upgrade and you already have the #{plist_path} +If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ diff --git a/Library/Formula/postgresql.rb b/Library/Formula/postgresql.rb index 6513670e6..3188a41d4 100644 --- a/Library/Formula/postgresql.rb +++ b/Library/Formula/postgresql.rb @@ -117,7 +117,7 @@ If this is your first install, automatically load on login with: cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} -If this is an upgrade and you already have the #{plist_path} loaded: +If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/rabbitmq.rb b/Library/Formula/rabbitmq.rb index 18752d7e2..7eda00c42 100644 --- a/Library/Formula/rabbitmq.rb +++ b/Library/Formula/rabbitmq.rb @@ -46,7 +46,7 @@ class Rabbitmq < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/redis.rb b/Library/Formula/redis.rb index f1995511e..c83f9c8fc 100644 --- a/Library/Formula/redis.rb +++ b/Library/Formula/redis.rb @@ -41,7 +41,7 @@ class Redis < Formula cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} diff --git a/Library/Formula/selenium-server-standalone.rb b/Library/Formula/selenium-server-standalone.rb index 276cdb6a5..cb585f4c5 100644 --- a/Library/Formula/selenium-server-standalone.rb +++ b/Library/Formula/selenium-server-standalone.rb @@ -18,7 +18,7 @@ class SeleniumServerStandalone < Formula cp "#{plist_path}" ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} - If this is an upgrade and you already have the #{plist_path} loaded: + If this is an upgrade and you already have the #{plist_path.basename} loaded: launchctl unload -w ~/Library/LaunchAgents/#{plist_path.basename} cp #{plist_path} ~/Library/LaunchAgents/ launchctl load -w ~/Library/LaunchAgents/#{plist_path.basename} |
