From 429d8d4a8862eebc560d47df2314cf48c25f1ac6 Mon Sep 17 00:00:00 2001 From: Clive Lin Date: Thu, 15 Mar 2001 07:23:08 +0000 Subject: Fix problems when installing postgresql7 with pkg_add: - pkg-install used wrong uid# - chown lib dir *after* it is created - pkg-install created data dir where Makefile didn't - add pkg-deinstall and remove user & group - don't chown data dir, since we don't create it anymore - spell and documentation fixes in the rc.d script PR: ports/25817 Submitted by: MAINTAINER --- databases/postgresql82-server/files/dot.profile.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'databases/postgresql82-server/files') diff --git a/databases/postgresql82-server/files/dot.profile.in b/databases/postgresql82-server/files/dot.profile.in index bd7ec45043be..3d8ca9ac4641 100644 --- a/databases/postgresql82-server/files/dot.profile.in +++ b/databases/postgresql82-server/files/dot.profile.in @@ -1,14 +1,14 @@ PATH=${PATH}:%%PREFIX%%/pgsql/bin PGLIB=%%PREFIX%%/pgsql/lib -# note: PGDATA overwrites the -D startup option +# note: PGDATA can be overridden by the -D startup option PGDATA=%%PREFIX%%/pgsql/data export PATH MANPATH PGLIB PGDATA #You might want to set some locale stuff here #PGDATESTYLE=ISO -#LC_ALL=sv_SE.ISO_88591-1 +#LC_ALL=sv_SE.ISO_8859-1 #export PGDATESTYLE LC_ALL # if you want to make regression tests use this TZ -- cgit v1.2.3