summaryrefslogtreecommitdiff
path: root/scripts/rabbitmq-multi
Commit message (Collapse)AuthorAgeFilesLines
* Satisfying bit first: remove rabbitmq-multi and all trivial references.Simon MacMullen2011-01-181-87/+0
|
* Move HOSTNAME and NODENAME to rabbitmq-envEmile Joubert2010-11-191-2/+1
|
* Remove OS-conditional and use hostname more conservativelyEmile Joubert2010-11-191-8/+2
|
* Make scripts work on SolarisEmile Joubert2010-11-191-2/+8
|
* Remove a HOSTNAME which should have been removed already...Matthew Sackman2010-06-101-1/+0
|
* Make nodename available to rabbitmq-env in startup scriptsEmile Joubert2010-06-101-2/+3
|
* Use hostnames in node namesEmile Joubert2010-06-101-1/+2
|
* Merge bug22336 into defaultDavid Wragg2010-02-111-2/+2
|\
| * Don't set env vars to the empty stringMatthew Sackman2010-02-091-2/+2
| |
* | update copyright notices to say 2010 where appropriateDavid R. MacIver2010-02-091-3/+3
|/
* The DEFAULT_ values should not be available to the .conf fileMatthew Sackman2010-01-151-2/+2
|
* Fixed. If the env vars are not set, combine them from the .conf file ↵Matthew Sackman2010-01-151-4/+6
| | | | (non-RABBITMQ_-prefixed). In the case of one set but not the other, use the DEFAULT_ values.
* multi is a convenience. It should blow up when starting > 1 nodes when we ↵Matthew Sackman2009-11-251-1/+8
| | | | have multiple tcp listeners. When starting > 1 nodes, make sure we export the discovered node ip address and port. When starting just 1 node, don't export anything - either rabbit-server will rediscover it in the env, or it's all configured in the config file.
* Reintroduced traces of tcp_listeners where it turns out to be a jolly good ↵Matthew Sackman2009-11-241-0/+14
| | | | idea, but don't set either one unless the other has been set. Thus if neither has been set then we don't do nowt.
* Removed all traces of tcp_listeners from the scriptsMatthew Sackman2009-11-241-6/+0
|
* Renamed activate-plugins to rabbitmq-activate-plugins; changed scripts to ↵Paul Jones2009-07-291-14/+2
| | | | use rabbitmq-env to source paths instead of embedding the logic themselves
* Patched all scripts to be able to auto-detect their directory, even when ↵Paul Jones2009-07-291-1/+13
| | | | symlinked
* Split out the environment variable munging as described in the ticket, ↵Simon MacMullen2009-03-131-7/+7
| | | | | | except for those variables which are derived from other variables.
* Merged 20327Simon MacMullen2009-02-201-1/+1
|\
| * Variables from /etc/default/rabbitmq can be later overwritten apart from ↵Hubert Plociniczak2009-02-041-7/+0
| | | | | | | | NODE_COUNT. Don't use INITD_ prefixed variables.
| * Moved main configuration from /etc/default/rabbitmq to ↵Hubert Plociniczak2009-02-041-1/+8
| | | | | | | | /etc/rabbitmq/rabbitmq.conf. Updated man pages to reflect the changes. To avoid overwriting the variables those in /etc/default/rabbitmq need to be prefix with INITD_. Added checks in scripts to handle those cases. rpm and debian need to handle /etc/rabbitmq directory.
* | prevent unwanted path expansionSimon MacMullen2009-02-161-0/+5
|/
* merge bug19914 into defaultMatthias Radestock2008-12-101-11/+23
|\
| * Only source /etc/default/rabbitmq if it exists!Tony Garnock-Jones2008-12-091-1/+1
| |
| * Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang codeTony Garnock-Jones2008-12-081-11/+23
| | | | | | | | for the new environment variable names.
* | Update copyrights.Tony Garnock-Jones2008-12-091-6/+12
|/
* Use dirname $0 consistently to find the ebin dir.Tony Garnock-Jones2008-07-291-1/+1
|
* Initial commit, from repo-rebase-20080703121916_default (e96543d904a2)Tony Garnock-Jones2008-07-031-0/+47