diff options
author | Clive Lin <clive@FreeBSD.org> | 2001-03-15 19:26:26 +0000 |
---|---|---|
committer | Clive Lin <clive@FreeBSD.org> | 2001-03-15 19:26:26 +0000 |
commit | cf193c59d969cb5576f1f1eb7332b0839a051e73 (patch) | |
tree | d95350bae99275f11785b9ef3040c874dd634628 /databases/postgresql91-server/files | |
parent | Update to 0.1.1. (diff) |
ldconfig PostgreSQL's lib should happen before starting *ANY* ports.
This would cure headache like apache module linking against libpq
fail to work after rebooting.
Originally, maintainer and I want this commit to go with the
PostgreSQL updating. But we both think that the latest PostgreSQL
would not be released before FreeBSD 4.3-RELEASE ports freeze.
As a conclusion, PORTREVISION bumped.
Discussed with/Submitted by: MAINTAINER
Diffstat (limited to 'databases/postgresql91-server/files')
-rw-r--r-- | databases/postgresql91-server/files/post-install-notes | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql91-server/files/post-install-notes b/databases/postgresql91-server/files/post-install-notes index 4c69908b2676..f77271d85113 100644 --- a/databases/postgresql91-server/files/post-install-notes +++ b/databases/postgresql91-server/files/post-install-notes @@ -16,4 +16,4 @@ If you built in the TCL support, you can load the Pg package into your TCL scripts as easily as ``package require Pgtcl''. To start PostgreSQL, run the startup script: -%%PREFIX%%/etc/rc.d/pgsql.sh start +%%PREFIX%%/etc/rc.d/010.pgsql.sh start |