diff options
author | clive <clive@FreeBSD.org> | 2001-03-15 19:26:26 +0000 |
---|---|---|
committer | clive <clive@FreeBSD.org> | 2001-03-15 19:26:26 +0000 |
commit | c08f96610519200bf9cf80cee9309c4df9c63d9a (patch) | |
tree | 6b2daa11db5b8e469cf159e0b76baf4e7181e516 /databases/postgresql84-server/pkg-plist | |
parent | ea3e67526f352bd9c45d1cac952a53cb3da86900 (diff) | |
download | FreeBSD-ports-c08f96610519200bf9cf80cee9309c4df9c63d9a.zip FreeBSD-ports-c08f96610519200bf9cf80cee9309c4df9c63d9a.tar.gz |
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/postgresql84-server/pkg-plist')
-rw-r--r-- | databases/postgresql84-server/pkg-plist | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql84-server/pkg-plist b/databases/postgresql84-server/pkg-plist index 4cf31eb..ff1866c 100644 --- a/databases/postgresql84-server/pkg-plist +++ b/databases/postgresql84-server/pkg-plist @@ -1,5 +1,5 @@ @unexec if cmp -s %D/pgsql/.profile %D/pgsql/dot.profile.dist; then rm -f %D/pgsql/.profile; fi -etc/rc.d/pgsql.sh +etc/rc.d/010.pgsql.sh pgsql/dot.profile.dist @exec [ -f %D/pgsql/.profile ] || (cp %D/pgsql/dot.profile.dist %D/pgsql/.profile && chown pgsql:pgsql %D/pgsql/.profile) pgsql/bin/createdb @@ -92,5 +92,4 @@ pgsql/post-install-notes @dirrm pgsql/man/man1 @dirrm pgsql/man/manl @dirrm pgsql/man -@unexec rmdir %D/pgsql/data 2>/dev/null || true -@unexec rmdir %D/pgsql 2>/dev/null || true +@dirrm pgsql |