diff options
author | jlam <jlam@pkgsrc.org> | 2000-03-18 17:43:16 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2000-03-18 17:43:16 +0000 |
commit | 9983612216f1d1e5c31772065738fd49fcf09ff0 (patch) | |
tree | fda70077218bb8cf29d114803ea906d30f3a3349 /databases/postgresql/files/profile.pgsql | |
parent | d8e78911c9ef7e8130d3d43abdc64aec1615d077 (diff) | |
download | pkgsrc-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.pgsql | 17 |
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 |