Commit Graph

47 Commits

Author SHA1 Message Date
Matthias Radestock d94afdb18a document support for headers exchange
We forgot to do this bug 20152.
2009-05-19 13:22:34 +01:00
Tony Garnock-Jones 68fc0eb08c merge v1_5 into default 2009-02-24 19:21:48 +00:00
Hubert Plociniczak 3059d8c290 Fixed sed to properly handle rabbitmq.conf.5 and updated other man pages.
/etc/rabbitmq is no longer owned by rabbitmq user.
2009-02-17 22:06:17 +00:00
Hubert Plociniczak 80d5c58c42 Renamed man page for rabbit config 2009-02-17 21:14:12 +00:00
Hubert Plociniczak 08bf1ae266 Variables from /etc/default/rabbitmq can be later overwritten apart from NODE_COUNT. Don't use INITD_ prefixed variables. 2009-02-04 12:15:17 +00:00
Hubert Plociniczak 10ef518ba3 Minor style fixes 2009-02-04 11:47:14 +00:00
Hubert Plociniczak 20c752b8f1 Be consistend in using INITD_ variables in init.d script. Few style fixes in rabbitmq man page. 2009-02-04 11:45:04 +00:00
Hubert Plociniczak b9a882564f Moved main configuration from /etc/default/rabbitmq to /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. 2009-02-04 04:12:17 +00:00
Matthias Radestock 3d774ef31a refine permission structure 2009-01-27 21:57:29 +00:00
Ben Hood 25964d18a5 Merged 20173 into default 2009-01-22 13:47:46 +00:00
Matthias Radestock 9ae4a4a9a2 typo 2009-01-22 12:54:35 +00:00
Matthias Radestock 9cc2808bbb document new rabbitmqctl commands 2009-01-21 15:23:26 +00:00
Matthias Radestock 33d0c46276 add forgotten docs for delete_user command 2009-01-21 14:20:52 +00:00
Matthias Radestock 0f30a08781 cosmetic: remove superfluous whitespace 2009-01-21 14:20:17 +00:00
Matthias Radestock 8a10b8ab18 remove merge conflict markers 2009-01-21 14:17:54 +00:00
Ben Hood 679373c232 Merged v1_5_1 into default 2009-01-21 13:00:07 +00:00
Matthias Radestock a266dea2aa better documentation of message counts 2009-01-19 11:24:27 +00:00
Matthias Radestock d204c60afe better documentation of message counts 2009-01-18 09:53:18 +00:00
Emile Joubert 19266f6628 Updated POD (rabbitmqctl rename pid to node) 2009-01-14 16:13:00 +00:00
Hubert Plociniczak a968a18e3f Added missing =back directive 2008-12-12 03:41:41 +00:00
Tony Garnock-Jones e2be7e6518 Correct typos 2008-12-10 19:00:04 +00:00
Tony Garnock-Jones ece581ed49 merge default into bug19684 2008-12-10 18:26:29 +00:00
Matthias Radestock 2b4ed321de merge bug19914 into default 2008-12-10 18:05:51 +00:00
Tony Garnock-Jones 9a4aa2cafa Add an example to the /etc/default/rabbitmq manpage 2008-12-10 16:15:03 +00:00
Matthias Radestock 8eaea483b2 merge default into bug19684 2008-12-10 10:53:17 +00:00
Tony Garnock-Jones 824408e935 Update pods to remove copyright section and correct email address 2008-12-09 16:17:47 +00:00
Tony Garnock-Jones 28ba817a09 New manpage for /etc/default/rabbitmq. 2008-12-08 20:00:30 +00:00
Tony Garnock-Jones 432189d9f7 Tweak to the way the makefile generates the manpages, in preparation
for some documentation for /etc/default/rabbitmq.
2008-12-08 19:44:27 +00:00
Emile Joubert 7a980de824 rabbitmqctl pod updates, R11B-5 safe string handling 2008-12-07 23:54:39 +00:00
Emile Joubert 71fa0a4227 Moved and modified documentation 2008-10-10 09:11:22 +01:00
Emile 764f0241e7 Run broker as windows service 2008-10-07 10:02:52 +01:00
Hubert Plociniczak 8f209a026e Added status command to rabbit_mutli, init.d scripts
now use that command.
Used status command in init.d scripts to check
if the server is running before stopping it.
Fixed various indentation problems in init.d scripts.
Synchronized the init.d in Debian and RPM to behave
in a similar way.
2008-09-11 14:10:14 +01:00
Hubert Plociniczak 7088e40de2 Fixed various QA remarks.
Renamed rotate_logs_all to rotate_logs.
logrotate will fail silently to logrotate
if calling rotate_logs on any of the logs
failed.
2008-09-09 16:15:09 +01:00
Hubert Plociniczak 8b53831af3 Merge bug19200 into bug19193 2008-09-05 17:02:01 +01:00
Hubert Plociniczak dba87cf640 Typo 2008-08-29 16:56:39 +01:00
Hubert Plociniczak 39b1656ff9 More info about the behaviour of rotate_logs command 2008-08-29 16:35:08 +01:00
Hubert Plociniczak da73cb0d04 Added few missing articles 2008-08-27 16:24:18 +01:00
Hubert Plociniczak 7bd0e2c18c Update man pages with rotate_logs_all command 2008-08-27 12:55:07 +01:00
Hubert Plociniczak 76a64d4afd Moved append operation inside init/1
in handlers' wrappers. Added comments,
fixed various small things.
2008-08-26 18:26:04 +01:00
Hubert Plociniczak 6dc907780c Added wrappers around standard error_logger_file_h
and sasl_report_file_h modules, because they were
not expecting proper arguments in init/1 when
swapping handlers. Renamed reopen_logs to
rotate_logs.
2008-08-26 13:25:55 +01:00
Hubert Plociniczak d6a2ba61a8 Used swap_handler mechanism provided in
error_logger to correctly reopen_logs.
This creates another copy of the handler
which has to be manually removed. Apparently
the first one in the list is the old one.
Updated man pages.
2008-08-19 14:48:03 +01:00
Hubert Plociniczak 18c7a16507 Added optional argument that specifies the suffix
of the old log file. Using add_handler and
delete_handler because swap_handlers doesn't behave
as expected.
2008-08-18 12:11:58 +01:00
Hubert Plociniczak 47fec9c663 Added reopen_logs command to man pages 2008-08-14 14:26:44 +01:00
Hubert Plociniczak 00397b3fa8 Rename rabbitmqctl_real.pod to rabbitmqctl.pod 2008-08-12 16:46:40 +01:00
Hubert Plociniczak 7b12f7ca68 Remove man page for wrapper and use the same
page as for rabbitmqctl_real.
Update debina and rpm packaging to reflect
this change.
2008-08-12 16:38:46 +01:00
Hubert Plociniczak 50f02b4840 Renamed the pod pages slightly. 2008-08-07 14:22:07 +01:00
Hubert Plociniczak 976246e1d8 Added 4 basic man pages.
Rabbitmqctl_real does not contain info
about realms and permissions since those
are to be removed either way.
Included pages in debian and rpm packages.
2008-08-07 13:16:21 +01:00