diff options
author | Peter Eisentraut <peter_e@gmx.net> | 2012-05-01 22:11:12 +0300 |
---|---|---|
committer | Peter Eisentraut <peter_e@gmx.net> | 2012-05-01 22:11:12 +0300 |
commit | f2f9439fbfba378cb64cd6e5a046e0184cd542c6 (patch) | |
tree | e3988f7261fa523aaf0b79f0c0d25dc14b5bdd06 /doc/src | |
parent | 4266509c577b089627930af39f1dcd2d06b493e9 (diff) | |
download | postgresql-f2f9439fbfba378cb64cd6e5a046e0184cd542c6.tar.gz postgresql-f2f9439fbfba378cb64cd6e5a046e0184cd542c6.zip |
Remove dead ports
Remove the following ports:
- dgux
- nextstep
- sunos4
- svr4
- ultrix4
- univel
These are obsolete and not worth rescuing. In most cases, there is
circumstantial evidence that they wouldn't work anymore anyway.
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/installation.sgml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/src/sgml/installation.sgml b/doc/src/sgml/installation.sgml index 58767eea2f6..0c92c89ac89 100644 --- a/doc/src/sgml/installation.sgml +++ b/doc/src/sgml/installation.sgml @@ -1682,9 +1682,9 @@ libpq.so.2.1: cannot open shared object file: No such file or directory <indexterm> <primary>ldconfig</primary> </indexterm> - If you are on <systemitem class="osname">BSD/OS</>, <systemitem - class="osname">Linux</>, or <systemitem class="osname">SunOS 4</> - and you have root access you can run: + If you are on <systemitem class="osname">BSD/OS</> + or <systemitem class="osname">Linux</>, and you have root access you can + run: <programlisting> /sbin/ldconfig /usr/local/pgsql/lib </programlisting> |