diff options
author | Geert Bevin <gbevin@gentoo.org> | 2002-02-05 10:31:06 +0000 |
---|---|---|
committer | Geert Bevin <gbevin@gentoo.org> | 2002-02-05 10:31:06 +0000 |
commit | 51e73d33646621ee867760c2d01c8e2564316e97 (patch) | |
tree | 490d489c76e059c6c417a2d02201aef415798239 /dev-db | |
parent | Fixed installation error where output.py wasn't copied to the python module dir. (diff) | |
download | gentoo-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/postgresql | 2 |
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" |