summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHubert Plociniczak <hubert@lshift.net>2009-02-04 11:45:04 +0000
committerHubert Plociniczak <hubert@lshift.net>2009-02-04 11:45:04 +0000
commit20c752b8f15c04f96050fb70e6d12a50545b3c7d (patch)
tree9130c0badea719e6ba84e7eb3ab8d08b32057ee1 /docs
parentb9a882564fdd1a66cf30b2c6e58f4105982c4433 (diff)
downloadrabbitmq-server-git-20c752b8f15c04f96050fb70e6d12a50545b3c7d.tar.gz
Be consistend in using INITD_ variables in init.d script. Few style fixes in rabbitmq man page.
Diffstat (limited to 'docs')
-rw-r--r--docs/rabbitmq.5.pod14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/rabbitmq.5.pod b/docs/rabbitmq.5.pod
index 95416ebf8b..6def480790 100644
--- a/docs/rabbitmq.5.pod
+++ b/docs/rabbitmq.5.pod
@@ -18,18 +18,18 @@ init.d script), from /etc/rabbitmq/rabbitmq.conf and finally from the
built-in default values. For example, for the B<RABBITMQ_NODENAME> setting,
B<RABBITMQ_NODENAME>
- from the environment is checked first. If it is absent or equal to the
- empty string, then
+ from the environment is checked first. If it is absent or equal to
+ the empty string, then
B<INITD_NODENAME>
from /etc/default/rabbitmq is checked next, only if the server is
- started through the standard init.d script. If it is also absent or set
- equal to the empty string, then
+ started through the standard init.d script. If it is also absent or
+ set equal to the empty string, then
B<NODENAME>
- from /etc/rabbitmq/rabbitmq.conf is checked. If that is also absent or
- set equal to the empty string then the default value from the startup
- script is used.
+ from /etc/rabbitmq/rabbitmq.conf is checked. If that is also absent
+ or set equal to the empty string then the default value from
+ the startup script is used.
The variable names in /etc/rabbitmq/rabbitmq.conf are always equal to the
environment variable names, with the B<RABBITMQ_> prefix removed.