summaryrefslogtreecommitdiff
path: root/databases/postgresql7/files
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-03-15 19:26:26 +0000
committerClive Lin <clive@FreeBSD.org>2001-03-15 19:26:26 +0000
commitcf193c59d969cb5576f1f1eb7332b0839a051e73 (patch)
treed95350bae99275f11785b9ef3040c874dd634628 /databases/postgresql7/files
parentUpdate 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
Notes
Notes: svn path=/head/; revision=39895
Diffstat (limited to 'databases/postgresql7/files')
-rw-r--r--databases/postgresql7/files/post-install-notes2
1 files changed, 1 insertions, 1 deletions
diff --git a/databases/postgresql7/files/post-install-notes b/databases/postgresql7/files/post-install-notes
index 4c69908b2676..f77271d85113 100644
--- a/databases/postgresql7/files/post-install-notes
+++ b/databases/postgresql7/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