summaryrefslogtreecommitdiff
path: root/packaging/common
Commit message (Expand)AuthorAgeFilesLines
* Change home before executing rabbitmq-plugins so we pick up the correct Erlan...bug26423Simon MacMullen2014-10-211-0/+3
* Update docs post bug 24926.Simon MacMullen2014-06-161-1/+1
* Update copyright for 2014bug25940Simon MacMullen2014-03-173-4/+4
* Write a very basic README that will hopefully point people in some vaguely us...bug25835Simon MacMullen2013-10-241-1/+20
* Provide our own readme. You do not want to know how long it took me to figure...Simon MacMullen2013-10-231-0/+1
* s/VMware/GoPivotal/gSimon MacMullen2013-07-013-8/+8
* Update copyright 2013bug25343Emile Joubert2013-01-233-4/+4
* Background daemon when starting upbug24930Emile Joubert2012-06-061-1/+3
* Move the remaining common init script to RPMsSimon MacMullen2012-04-251-177/+0
* Add ulimit default file to debian package installation and source it on serve...Steve Powell2012-04-231-0/+2
* Reduce changes and preserve atomicity of redirection filesSteve Powell2012-03-051-2/+3
* Modify packaging for Debian to use start-stop-daemonSteve Powell2012-03-051-5/+5
* Update copyright 2012bug24606Emile Joubert2012-02-023-4/+4
* Merged bug24517 into defaultEmile Joubert2011-10-311-1/+1
|\
| * rebase on defaultAlexandru Scvortov2011-10-251-1/+1
* | close stdin in init scriptbug24516Alexandru Scvortov2011-10-251-2/+4
|/
* generate release LICENSE fileAlexandru Scvortov2011-10-103-14/+521
* update debian copyright infoAlexandru Scvortov2011-10-031-2/+2
* reference all the little licensesAlexandru Scvortov2011-10-031-0/+14
* actually do the backoutAlexandru Scvortov2011-09-262-23/+3
* use a specialized wrapper for rabbitmq-pluginsAlexandru Scvortov2011-09-262-3/+23
* rabbitmq-plugins must be run as rootAlexandru Scvortov2011-09-231-3/+3
* 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