Adding CentOS 6 support to the README. user/csharp/centos_6_support
authorChris Sharp <csharp@georgialibraries.org>
Thu, 12 Dec 2013 02:34:07 +0000 (21:34 -0500)
committerChris Sharp <csharp@georgialibraries.org>
Thu, 12 Dec 2013 02:34:07 +0000 (21:34 -0500)
Signed-off-by: Chris Sharp <csharp@georgialibraries.org>
README

diff --git a/README b/README
index 1e72f75..ee137ac 100644 (file)
--- a/README
+++ b/README
@@ -44,6 +44,7 @@ Well-tested values for <osname> 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 `<PREFIX>/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