summaryrefslogtreecommitdiff
path: root/databases/postgresql83-server/pkg-plist
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/postgresql83-server/pkg-plist
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/postgresql83-server/pkg-plist')
-rw-r--r--databases/postgresql83-server/pkg-plist5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/postgresql83-server/pkg-plist b/databases/postgresql83-server/pkg-plist
index 4cf31ebc5bc6..ff1866c0d635 100644
--- a/databases/postgresql83-server/pkg-plist
+++ b/databases/postgresql83-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