From cf193c59d969cb5576f1f1eb7332b0839a051e73 Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Thu, 15 Mar 2001 19:26:26 +0000 Subject: 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 --- databases/postgresql83-server/files/post-install-notes | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'databases/postgresql83-server/files/post-install-notes') diff --git a/databases/postgresql83-server/files/post-install-notes b/databases/postgresql83-server/files/post-install-notes index 4c69908b2676..f77271d85113 100644 --- a/databases/postgresql83-server/files/post-install-notes +++ b/databases/postgresql83-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 -- cgit v1.2.3