diff options
author | Ryan Phillips <rphillips@gentoo.org> | 2002-11-08 03:29:50 +0000 |
---|---|---|
committer | Ryan Phillips <rphillips@gentoo.org> | 2002-11-08 03:29:50 +0000 |
commit | 916f9a6ccb2688fa10fc9797ea4ff1c32cb935ff (patch) | |
tree | fde10867eaf996f8fe766646904cd785bf5bf9c6 /dev-db/postgresql/files | |
parent | fix deps (diff) | |
download | gentoo-2-916f9a6ccb2688fa10fc9797ea4ff1c32cb935ff.tar.gz gentoo-2-916f9a6ccb2688fa10fc9797ea4ff1c32cb935ff.tar.bz2 gentoo-2-916f9a6ccb2688fa10fc9797ea4ff1c32cb935ff.zip |
Fixes #10368
Diffstat (limited to 'dev-db/postgresql/files')
-rw-r--r-- | dev-db/postgresql/files/postgresql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-db/postgresql/files/postgresql b/dev-db/postgresql/files/postgresql index dfc250b96122..e63730f090e2 100644 --- a/dev-db/postgresql/files/postgresql +++ b/dev-db/postgresql/files/postgresql @@ -2,7 +2,7 @@ PGDATA=/var/lib/postgresql/data # Logfile path: (NOTE: This must be uid/gid owned by the value of $PGUSER!) -PGLOG=/var/log/postgresql.log +PGLOG=/var/lib/postgresql/data/postgresql.log # Run the PostgreSQL user as: PGUSER=postgres |