summaryrefslogtreecommitdiff
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
commit9153656a39afb367adc2e61d9ef1830349928ff9 (patch)
treea8f4b48338fafcbacf1858483a8a12df8ce479e7 /dev-db/postgresql/files
parentFixed installation error where output.py wasn't copied to the python module dir. (diff)
downloadhistorical-9153656a39afb367adc2e61d9ef1830349928ff9.tar.gz
historical-9153656a39afb367adc2e61d9ef1830349928ff9.tar.bz2
historical-9153656a39afb367adc2e61d9ef1830349928ff9.zip
fixed wrong path in init script
Diffstat (limited to 'dev-db/postgresql/files')
-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"