summaryrefslogtreecommitdiff
path: root/packaging/common
Commit message (Expand)AuthorAgeFilesLines
* Be consistent about attempting to remove the directory whenever we can; remov...bug24399Matthew Sackman2011-09-062-4/+14
* When we stop, wipe out the directory rather than just the pid file. This avoi...Matthew Sackman2011-09-062-2/+2
* The custom seems to be to ensure the directory is created on startup.Matthew Sackman2011-09-052-1/+21
* Just like the init script, the ocf script should put the pid file in /var/run...Matthew Sackman2011-09-051-1/+1
* Always write the pid file, and write it in /var/run for debs/RPMs.Simon MacMullen2011-07-271-1/+1
* (Untested) attempt at updating OCF script.Simon MacMullen2011-07-201-3/+18
* We should probably prefix this.Simon MacMullen2011-07-141-1/+1
* rabbitmqctl wait $PID_FILE.Simon MacMullen2011-07-131-1/+1
* PID_FILESimon MacMullen2011-07-131-2/+5
* Rotate logs uses ctl, not server. Also die if ctl doesn't exist or isn't exec...bug24060Matthew Sackman2011-04-241-1/+2
* Correct test for existance of config filebug23993Matthew Sackman2011-03-251-4/+4
* bug23867 merged into defaultMarek Majkowski2011-03-042-69/+84
|\
| * Remove condrestart targetbug23858Matthew Sackman2011-02-171-1/+1
| * Implement try-restart and condrestart as intendedMatthew Sackman2011-02-171-1/+16
| * No need to reassign.Simon MacMullen2011-02-161-1/+0
| * According to http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB...Simon MacMullen2011-02-161-1/+1
| * Don't fail if the lock file does not exist (on Debian).Simon MacMullen2011-02-161-2/+6
| * Make "set +e" cover rather less code.Simon MacMullen2011-02-141-5/+5
| * Undo 3b4956543c30Simon MacMullen2011-02-091-2/+2
| * http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic...Simon MacMullen2011-02-091-1/+1
| * Correct the behaviour of /etc/init.d/rabbitmq-server statusSimon MacMullen2011-02-091-2/+2
| * Use setsid rather than nohup.Simon MacMullen2011-02-092-3/+3
| * Remove pointless test, fix comment.Simon MacMullen2011-02-091-7/+1
| * Reverse to avoid negated conditionalSimon MacMullen2011-02-091-4/+4
| * Trailing tab and whitespaceMatthew Sackman2011-02-081-1/+1
| * formattingMatthew Sackman2011-02-081-2/+2
| * Fix the OCF script. Man, that was painful.Simon MacMullen2011-01-311-14/+18
| * rabbitmqctl status is not adequate to wait for the server as it can returnSimon MacMullen2011-01-261-14/+1
| * Merged in defaultSimon MacMullen2011-01-262-55/+24
| |\
| * | Untested changes to the OCF script.Simon MacMullen2011-01-241-14/+14
| * | First pass at a multi-free init script.Simon MacMullen2011-01-241-28/+40
* | | Include LSB Default-Start and Default-Stop lines in init scriptDavid Wragg2011-02-191-2/+2
| |/ |/|
* | Correct all remaining copyright noticesbug23434Matthew Sackman2011-01-192-55/+24
|/
* Remove rabbitmq-asroot-script-wrapperbug23523Simon MacMullen2010-11-181-45/+0
* Default to the real Unix-y scratch dir, override in the Makefile.Simon MacMullen2010-08-061-2/+0
* Move unpacked plugins and boot script to /var/lib/rabbitmq/plugins-scratch.Simon MacMullen2010-08-021-0/+2
* moved rabbitmq_cluster.config into the cluster_nodes field of rabbit in rabbi...Alexandru Scvortov2010-07-191-16/+0
* Convert all tabs to spacesbug22833Matthew Sackman2010-06-101-68/+68
* merged Florian's 10th patch: replace sleep 2 with sleep 1Alexandru Scvortov2010-06-091-2/+2
* OCF resource agent: log debug messages on statusFlorian Haas2010-05-111-0/+2
* OCF resource agent: remove bogus parameters for monitor opFlorian Haas2010-05-111-1/+1
* merged Florian's 07 patch: OCF resource agent: add status operationAlexandru Scvortov2010-06-071-2/+3
* OCF resource agent: fix incorrect parameter typeFlorian Haas2010-05-111-1/+1
* merge Florian's 05 patchAlexandru Scvortov2010-06-071-6/+6
* merged Florian's 04 patchAlexandru Scvortov2010-06-071-12/+11
* merged Florian's 03 patchAlexandru Scvortov2010-06-071-4/+9
* we should still run rabbit_validate_full when rabbit is startedAlexandru Scvortov2010-06-071-0/+6
* OCF resource agent: use ocf_is_probeFlorian Haas2010-05-111-7/+5
* OCF resource agent: use $OCF_FUNCTIONS_DIRFlorian Haas2010-05-111-2/+3
* Only export vars when they're needed, and don't do a full verify unless it's ...bug22500Matthew Sackman2010-04-121-11/+26