summaryrefslogtreecommitdiff
path: root/databases/postgresql73/Makefile
diff options
context:
space:
mode:
authorAndreas Klemm <andreas@FreeBSD.org>2000-09-09 06:29:15 +0000
committerAndreas Klemm <andreas@FreeBSD.org>2000-09-09 06:29:15 +0000
commit2c74b4f374ce955db5265292ed7f1d1326006971 (patch)
tree3670acb5e1ca31ed27125f8f9917dd2506bd086f /databases/postgresql73/Makefile
parentUpdate to 2.4.6. (diff)
avoid:
ldconfig: /usr/local/pgsql/lib: ignoring directory not owned by root during startup. Submitted by: tobez@tobez.org
Notes
Notes: svn path=/head/; revision=32446
Diffstat (limited to 'databases/postgresql73/Makefile')
-rw-r--r--databases/postgresql73/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/postgresql73/Makefile b/databases/postgresql73/Makefile
index 55102745e4c3..08452acf5910 100644
--- a/databases/postgresql73/Makefile
+++ b/databases/postgresql73/Makefile
@@ -193,6 +193,7 @@ post-install:
>> ${PREFIX}/pgsql/.profile; \
fi
@ ${CHOWN} -R pgsql:pgsql ${PREFIX}/pgsql
+ @ ${CHOWN} root:pgsql ${PREFIX}/pgsql/lib
@ ${ECHO} 'Initializing PostgreSQL Databases - this may take a few minutes...'
@ ${SETENV} OBJFORMAT=${PORTOBJFORMAT} ${LDCONFIG} -m ${PREFIX}/pgsql/lib
@ su -l pgsql -c 'PATH=${PREFIX}/pgsql/bin:${PATH} LD_LIBRARY_PATH=${PREFIX}/pgsql/lib ${PREFIX}/pgsql/bin/initdb --pglib=${PREFIX}/pgsql/lib --pgdata=${PREFIX}/pgsql/data'