aboutsummaryrefslogtreecommitdiff
path: root/databases/postgresql74-server/files
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2001-03-15 07:23:08 +0000
committerClive Lin <clive@FreeBSD.org>2001-03-15 07:23:08 +0000
commit429d8d4a8862eebc560d47df2314cf48c25f1ac6 (patch)
tree88df9b4de8e8d165e31ae97b31b1dafdfb2fc242 /databases/postgresql74-server/files
parenta60b73e9666be2e56abc955505cd9cdf7a5625d7 (diff)
downloadports-429d8d4a8862eebc560d47df2314cf48c25f1ac6.tar.gz
ports-429d8d4a8862eebc560d47df2314cf48c25f1ac6.zip
Notes
Diffstat (limited to 'databases/postgresql74-server/files')
-rw-r--r--databases/postgresql74-server/files/dot.profile.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/databases/postgresql74-server/files/dot.profile.in b/databases/postgresql74-server/files/dot.profile.in
index bd7ec45043be..3d8ca9ac4641 100644
--- a/databases/postgresql74-server/files/dot.profile.in
+++ b/databases/postgresql74-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