diff options
| author | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:34:34 +0000 |
|---|---|---|
| committer | Vanilla I. Shu <vanilla@FreeBSD.org> | 2001-04-21 11:34:34 +0000 |
| commit | bfb9f8e6c93b2c638014779f1429d726c35e4e69 (patch) | |
| tree | 93cdf5d5b46d48a1b57091ae3f53e526c137eda6 /databases/postgresql91-server/files/dot.profile.in | |
| parent | fe7ab376bb5522f715b6443c79fa7bd0fa2d3b03 (diff) | |
Notes
Diffstat (limited to 'databases/postgresql91-server/files/dot.profile.in')
| -rw-r--r-- | databases/postgresql91-server/files/dot.profile.in | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/databases/postgresql91-server/files/dot.profile.in b/databases/postgresql91-server/files/dot.profile.in index 3d8ca9ac4641..4aca6aadd19a 100644 --- a/databases/postgresql91-server/files/dot.profile.in +++ b/databases/postgresql91-server/files/dot.profile.in @@ -1,10 +1,12 @@ -PATH=${PATH}:%%PREFIX%%/pgsql/bin -PGLIB=%%PREFIX%%/pgsql/lib +# both new and old layout's paths, but new path first... +PATH=%%PREFIX%%/%%PG_PREFIX%%bin:${PATH} + +PGLIB=%%PREFIX%%/%%PG_PREFIX%%lib # note: PGDATA can be overridden by the -D startup option -PGDATA=%%PREFIX%%/pgsql/data +PGDATA=${HOME}/data -export PATH MANPATH PGLIB PGDATA +export PATH PGLIB PGDATA #You might want to set some locale stuff here #PGDATESTYLE=ISO |
