1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-20 15:22:23 +03:00

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.
This commit is contained in:
Peter Eisentraut
2012-05-01 22:11:12 +03:00
parent 4266509c57
commit f2f9439fbf
39 changed files with 5 additions and 798 deletions

View File

@ -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>