summaryrefslogtreecommitdiff
path: root/dev-db
diff options
context:
space:
mode:
authorGeert Bevin <gbevin@gentoo.org>2002-02-05 10:31:06 +0000
committerGeert Bevin <gbevin@gentoo.org>2002-02-05 10:31:06 +0000
commit51e73d33646621ee867760c2d01c8e2564316e97 (patch)
tree490d489c76e059c6c417a2d02201aef415798239 /dev-db
parentFixed installation error where output.py wasn't copied to the python module dir. (diff)
downloadgentoo-2-51e73d33646621ee867760c2d01c8e2564316e97.tar.gz
gentoo-2-51e73d33646621ee867760c2d01c8e2564316e97.tar.bz2
gentoo-2-51e73d33646621ee867760c2d01c8e2564316e97.zip
fixed wrong path in init script
Diffstat (limited to 'dev-db')
-rw-r--r--dev-db/postgresql/files/7.1.3/postgresql2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/files/7.1.3/postgresql b/dev-db/postgresql/files/7.1.3/postgresql
index b4d12e60b5b9..7f33a6a52fe3 100644
--- a/dev-db/postgresql/files/7.1.3/postgresql
+++ b/dev-db/postgresql/files/7.1.3/postgresql
@@ -1,7 +1,7 @@
#!/sbin/runscript
PREFIX="/usr"
-PGDATA="/var/db/pgsql/data"
+PGDATA="/var/db/postgresql/data"
PGUSER="postgres"
PATH="/bin:/usr/bin"
DAEMON="$PREFIX/bin/pg_ctl"