summaryrefslogtreecommitdiffstats
path: root/postgresql-bashprofile
diff options
context:
space:
mode:
authorcvsdist <cvsdist@fedoraproject.org>2004-09-09 10:39:06 +0000
committercvsdist <cvsdist@fedoraproject.org>2004-09-09 10:39:06 +0000
commit9636c11b0d6049d23aaad24cf787c9c46500a322 (patch)
tree4fdd543b2585b8ff038e8fbb33d4bddf170b27b1 /postgresql-bashprofile
parent68d4798ff5f3820aac52a6f4bcd3b2062d6f2f18 (diff)
downloadpostgresql-setup-9636c11b0d6049d23aaad24cf787c9c46500a322.tar.gz
postgresql-setup-9636c11b0d6049d23aaad24cf787c9c46500a322.tar.xz
postgresql-setup-9636c11b0d6049d23aaad24cf787c9c46500a322.zip
auto-import postgresql-7.2-2.7 from postgresql-7.2-2.7.src.rpmpostgresql-7_2-2_7RHL-7_2-split
Diffstat (limited to 'postgresql-bashprofile')
-rw-r--r--postgresql-bashprofile4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-bashprofile b/postgresql-bashprofile
index a2447db..b6c014d 100644
--- a/postgresql-bashprofile
+++ b/postgresql-bashprofile
@@ -1,5 +1,5 @@
-PGLIB=/usr/lib/pgsql
PGDATA=/var/lib/pgsql/data
[ -f $PGDATA/../initdb.i18n ] && source $PGDATA/../initdb.i18n
-export PGLIB PGDATA
+export PGDATA
+