Remove reference to CentOS and RHEL from the README
authorDan Scott <dscott@laurentian.ca>
Sun, 4 Mar 2012 05:46:38 +0000 (00:46 -0500)
committerDan Scott <dscott@laurentian.ca>
Sun, 4 Mar 2012 05:46:38 +0000 (00:46 -0500)
Until we have a known working install for CentOS and RHEL in
Makefile.install again, let's not advertise a known non-working install.

Signed-off-by: Dan Scott <dscott@laurentian.ca>

README

diff --git a/README b/README
index fbf631d..5cda9a8 100644 (file)
--- a/README
+++ b/README
@@ -109,19 +109,14 @@ add-apt-repository ppa:pitti/postgresql
    retrieve the new packages from the backports repository.
 4. Issue the following commands as the *root* Linux account to install
    prerequisites using the `Makefile.install` prerequisite installer,
-   substituting `debian-squeeze`, `fedora16`, `ubuntu-lucid`, `ubuntu-precise`,
-   `centos`, or `rhel` for <osname> below:
+   substituting `debian-squeeze`, `fedora16`, `ubuntu-lucid`, or
+   `ubuntu-precise` for <osname> below:
 +
 [source, bash]
 ------------------------------------------------------------------------------
 make -f Open-ILS/src/extras/Makefile.install <osname>
 ------------------------------------------------------------------------------
 +
-[NOTE]
-`centos` and `rhel` are less tested than the `debian`, `fedora`, `ubuntu-lucid`,
-and `ubuntu-precise` options.  Your patches and suggestions for improvement are
-welcome!
-+
 5. Add the libdbi-libdbd libraries to the system dynamic library path by
    issuing the following commands as the *root* Linux account:
 +