summaryrefslogtreecommitdiff
path: root/databases/postgresql/files/profile.pgsql
diff options
context:
space:
mode:
authorjlam <jlam@pkgsrc.org>2000-03-18 17:43:16 +0000
committerjlam <jlam@pkgsrc.org>2000-03-18 17:43:16 +0000
commit9983612216f1d1e5c31772065738fd49fcf09ff0 (patch)
treefda70077218bb8cf29d114803ea906d30f3a3349 /databases/postgresql/files/profile.pgsql
parentd8e78911c9ef7e8130d3d43abdc64aec1615d077 (diff)
downloadpkgsrc-9983612216f1d1e5c31772065738fd49fcf09ff0.tar.gz
Change structure of postgresql package. Shared library build is now
unlibtoolized. Things now install into ${PREFIX} instead of ${PREFIX}/${PGSQL_USER} to match hier(7) expectations. The Tcl and Tk interfaces are now split out into separate packages. This closes the following PRs: 7384, 8747, 8789, 9272, 9461.
Diffstat (limited to 'databases/postgresql/files/profile.pgsql')
-rw-r--r--databases/postgresql/files/profile.pgsql17
1 files changed, 17 insertions, 0 deletions
diff --git a/databases/postgresql/files/profile.pgsql b/databases/postgresql/files/profile.pgsql
new file mode 100644
index 00000000000..58a448e139b
--- /dev/null
+++ b/databases/postgresql/files/profile.pgsql
@@ -0,0 +1,17 @@
+# $NetBSD: profile.pgsql,v 1.1 2000/03/18 17:43:16 jlam Exp $
+#
+# profile - sets the enviroment for the postgresql superuser
+
+PATH=@PATH@
+MANPATH=@MANPATH@
+#
+# note: PGDATA overrides the -D startup option
+#
+PGDATA=${HOME}/data
+PGLIB=@PREFIX@/share/postgresql
+DISPLAY=:0
+
+export PATH MANPATH PGDATA PGLIB DISPLAY
+
+# if you want to make regression tests use this TZ
+#TZ=PST8PDT; export TZ