From d48a260752b7c8b0c1e3abb5a09fc03bb917031e Mon Sep 17 00:00:00 2001 From: Chris Sharp Date: Wed, 11 Dec 2013 21:34:07 -0500 Subject: [PATCH] Adding CentOS 6 support to the README. Signed-off-by: Chris Sharp --- README | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README b/README index 1e72f75..ee137ac 100644 --- a/README +++ b/README @@ -44,6 +44,7 @@ Well-tested values for include: * `ubuntu-lucid` for Ubuntu 10.04 * `ubuntu-precise` for Ubuntu 12.04 * `fedora` for Fedora 17 and later + * `centos` for CentOS 6 Patches and suggestions for improvement from users of these distributions, or others, are welcome! @@ -150,7 +151,7 @@ Adjust the system dynamic library path Add `/lib/` to the system's dynamic library path, and then run `ldconfig` as the *root* Linux account. -On Debian, Ubuntu, and Fedora systems, run the following commands as the *root* +On Debian, Ubuntu, CentOS and Fedora systems, run the following commands as the *root* Linux account: .Adjusting the system dynamic library path @@ -175,7 +176,7 @@ work for OpenSRF. 1. Stop ejabberd before making any changes to its configuration by issuing the following command as the *root* Linux account: + -.(Debian / Ubuntu) Stopping ejabberd +.(Debian / Ubuntu / CentOS) Stopping ejabberd [source, bash] --------------------------------------------------------------------------- /etc/init.d/ejabberd stop @@ -203,7 +204,7 @@ changes: + 3. Restart the ejabberd server to make the changes take effect: + -.(Debian / Ubuntu) Starting ejabberd +.(Debian / Ubuntu / CentOS) Starting ejabberd [source, bash] --------------------------------------------------------------------------- /etc/init.d/ejabberd start -- 2.11.0