summaryrefslogtreecommitdiff
path: root/packaging/common
Commit message (Collapse)AuthorAgeFilesLines
* Change home before executing rabbitmq-plugins so we pick up the correct ↵bug26423Simon MacMullen2014-10-211-0/+3
| | | | Erlang cookie. But only do that if the cookie exists, otherwise we might create one owned by root and break everything.
* 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 ↵bug25835Simon MacMullen2013-10-241-1/+20
| | | | useful directions.
* Provide our own readme. You do not want to know how long it took me to ↵Simon MacMullen2013-10-231-0/+1
| | | | figure out how to do that.
* 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 ↵Steve Powell2012-04-231-0/+2
| | | | server start.
* 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
| | | | | | | | | The rules are here: http://www.debian.org/doc/debian-policy/ch-docs.html#s-copyrightfile We're supposed to say who holds copyright, where the upstream source is and include the full text of the license (with the exception of Apache 2.0, which is a common license).
* reference all the little licensesAlexandru Scvortov2011-10-031-0/+14
| | | | | | | The hg version of rabbitmq-server has the same LICENSE as before. The srcdist, if it includes the plugins, uses the custom LICENSE from packaging/ and also copies all the little LICENSEs to the top-level. Ditto for generic-unix.
* actually do the backoutAlexandru Scvortov2011-09-262-23/+3
|
* use a specialized wrapper for rabbitmq-pluginsAlexandru Scvortov2011-09-262-3/+23
| | | | | | | | | All the scripts assume that they are run as ${RABBITMQ_HOME}/bin/script_name and use this to extract RABBITMQ_HOME, so we do need a minimal wrapper for rabbitmq-plugins. I don't know if the 'cd /var/lib/rabbitmq' is necessary; it probably isn't for rabbitmq-plugins, but might as well leave it in.
* rabbitmq-plugins must be run as rootAlexandru Scvortov2011-09-231-3/+3
|
* Be consistent about attempting to remove the directory whenever we can; ↵bug24399Matthew Sackman2011-09-062-4/+14
| | | | remove purge deletion of var/run which has existed since root of hg repo.
* When we stop, wipe out the directory rather than just the pid file. This ↵Matthew Sackman2011-09-062-2/+2
| | | | avoids having to worry about how to remove the directory on package uninstall and also has the advantage of helping non-rabbit-packaged distributions
* 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 ↵Matthew Sackman2011-09-051-1/+1
| | | | /var/run, not /var/lib
* 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
| | | | NB: pid_up/1, with_os/1, system/1 and escape_queues/1 are salvaged from rabbitmq-multi. pid_up/1 used to be is_dead/1 but the new polarity makes more sense.
* PID_FILESimon MacMullen2011-07-131-2/+5
|
* Rotate logs uses ctl, not server. Also die if ctl doesn't exist or isn't ↵bug24060Matthew Sackman2011-04-241-1/+2
| | | | executable
* 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 ↵Simon MacMullen2011-02-161-1/+1
| | | | | | | | http://refspecs.freestandards.org/LSB_3.1.1/LSB-Core-generic/LSB-Core-generic/iniscrptact.html this is a success.
| * 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-generi ↵Simon MacMullen2011-02-091-1/+1
| | | | | | | | | | | | | | | | | | c/iniscrptact.html: 0 program is running or service is OK 1 program is dead and /var/run pid file exists 2 program is dead and /var/lock lock file exists 3 program is not running
| * 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
| | | | | | | | | | | | | | | | | | successfully when the vm has started but not the app. The app can then fail. Therefore introduce a new command to wait for the app to start. Note that this subcommand contains a timeout to wait for the VM to start, but will wait indefinitely for the app to start once the VM has.