summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix a couple of Makefile variable references (important to make cleandb ↵Tony Garnock-Jones2008-12-091-2/+2
| | | | non-dangerous!)
* I guess I was confused about which convention to use. Remove RABBITMQ_ ↵Tony Garnock-Jones2008-12-091-3/+3
| | | | prefix from defaults entries in macports.
* Update Makefile for new environment variables.Tony Garnock-Jones2008-12-091-9/+25
|
* Correct a problem I introduced: make RABBITMQ_START_RABBIT depend on ↵Tony Garnock-Jones2008-12-091-3/+3
| | | | RABBITMQ_NODE_ONLY.
* Only source /etc/default/rabbitmq if it exists!Tony Garnock-Jones2008-12-093-3/+3
|
* Add RABBITMQ_ prefix, and source /etc/default/rabbitmq. Update erlang codeTony Garnock-Jones2008-12-089-124/+159
| | | | for the new environment variable names.
* New manpage for /etc/default/rabbitmq.Tony Garnock-Jones2008-12-081-0/+50
|
* Tweak to the way the makefile generates the manpages, in preparationTony Garnock-Jones2008-12-085-24/+32
| | | | for some documentation for /etc/default/rabbitmq.
* Remove suspect whitespace.Tony Garnock-Jones2008-12-081-2/+2
|
* Merged bug 19962Simon MacMullen2008-12-081-1/+1
|\
| * Use more reliable 'id -u' to correctly identifyHubert Plociniczak2008-12-051-1/+1
| | | | | | | | the user for the debian wrapper.
* | Merge bug19929 into defaultHubert Plociniczak2008-12-053-0/+35
|\ \
| * | More intuitive name for the scriptHubert Plociniczak2008-12-053-2/+2
| | |
| * | TypoHubert Plociniczak2008-12-051-1/+1
| | |
| * | Move the old mnesia dir to temporary unique placeHubert Plociniczak2008-12-053-0/+35
| |/ | | | | | | when schemas do not match.
* | Merge bug19888 into defaultHubert Plociniczak2008-12-051-2/+7
|\ \ | |/ |/|
| * Use 'id -u' instead of not always working UID variableHubert Plociniczak2008-12-051-1/+1
| | | | | | | | to correctly identify the user
| * Display warning when rabbitmqctl is not run as superuserHubert Plociniczak2008-12-051-2/+7
| |
* | Merge bug19889 into defaultHubert Plociniczak2008-12-053-17/+14
|\ \ | |/
| * Moved scripts to /usr/lib/rabbitmq/bin and few minorHubert Plociniczak2008-12-043-17/+14
| | | | | | | | style fixes for the spec.
* | merge bug19900 into defaultMatthias Radestock2008-12-054-12/+58
|\ \ | |/ |/|
| * merge default into bug19900Matthias Radestock2008-12-0526-86/+748
| |\ | |/ |/|
* | Merge bug19859 into defaultHubert Plociniczak2008-12-041-1/+8
|\ \
| * | If the user is not root, just invoke rabbitmqctl without any args. TheySimon MacMullen2008-11-261-6/+2
| | | | | | | | | | | | | | | should always get the help message, and always get the "run as root" message.
| * | Only su to rabbitmq if the user is actually root (otherwise they will be ↵Simon MacMullen2008-11-251-1/+12
| | | | | | | | | | | | prompted for a password which is incomprehensible). If they are not root, allow them to see help but otherwise fail (since if they run the real rabbitmqctl as a normal user it will talk to the wrong rabbit and again confusion will ensue.
* | | merge bug19950 into defaultMatthias Radestock2008-12-041-0/+1
|\ \ \
| * | | Moving bgu19950 to bug19950, wrong name.Hubert Plociniczak2008-12-040-0/+0
| | | |
| * | | mnesia schema check script needs to identify correctlyHubert Plociniczak2008-12-041-0/+1
|/ / / | | | | | | | | | the nodename
* | | merge bug19754 into defaultTony Garnock-Jones2008-12-031-7/+0
|\ \ \
| * | | remove cruft from rabbitmqctlMatthias Radestock2008-11-241-7/+0
| | | |
* | | | merged bug19758 into defaultTony Garnock-Jones2008-12-031-0/+13
|\ \ \ \
| * | | | keep dialyzer happyMatthias Radestock2008-11-201-3/+10
| | | | | | | | | | | | | | | | | | | | | | | | | my trick of preventing "function ... unused" warnings fooled the compiler but not dialyzer
| * | | | disable cross-node routing optimisationMatthias Radestock2008-11-201-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | until we figure out how to make it work w/o breaking the effect visibility guarantee
* | | | | merged bug19841 into defaultTony Garnock-Jones2008-12-023-3/+4
|\ \ \ \ \
| * | | | | Moved from python-json to python-simplejson.Hubert Plociniczak2008-11-203-3/+4
| | | | | | | | | | | | | | | | | | | | | | | | Fixed 'unicode' problem for auto-generated code.
* | | | | | merge bug19871 into defaultMatthias Radestock2008-12-027-1/+112
|\ \ \ \ \ \
| * | | | | | fix typoMatthias Radestock2008-12-021-1/+1
| | | | | | |
| * | | | | | don't mention mnesiaMatthias Radestock2008-12-021-4/+2
| | | | | | |
| * | | | | | Merged defaultSimon MacMullen2008-12-0119-52/+569
| |\ \ \ \ \ \
| * | | | | | | Run schema check as part of tests to help coverage check.Simon MacMullen2008-12-011-0/+2
| | | | | | | |
| * | | | | | | Invert the case of all this - check that the schema is current ratherSimon MacMullen2008-12-014-12/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | than an update is needed.
| * | | | | | | Update the message shown on upgrade.Simon MacMullen2008-12-011-4/+3
| | | | | | | |
| * | | | | | | Change mnesia check target nameSimon MacMullen2008-12-011-1/+1
| | | | | | | |
| * | | | | | | Add some debconf questions so that an upgrade stands a chance of notSimon MacMullen2008-11-273-1/+42
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | breaking. Note that although the documentation suggests this should go in a separate "config" file if we do that then it tries to bring up the server first THEN configure the package...
| * | | | | | | Install the script. Note that shell uses "0" for true and "1" forSimon MacMullen2008-11-272-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | false.
| * | | | | | | Merge bug19860Simon MacMullen2008-11-274-7/+10
| |\ \ \ \ \ \ \
| * | | | | | | | It's nicer if update_needed is just a function, not something thatSimon MacMullen2008-11-272-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | halts!
| * | | | | | | | Create rabbitmq-mnesia-update-needed scriptSimon MacMullen2008-11-273-0/+70
| | | | | | | | |
* | | | | | | | | Merge bug19910 into defaultHubert Plociniczak2008-12-013-2/+9
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | add type specMatthias Radestock2008-12-011-0/+1
| | | | | | | | | |