diff options
author | Luca Longinotti <chtekk@gentoo.org> | 2006-07-30 22:31:11 +0000 |
---|---|---|
committer | Luca Longinotti <chtekk@gentoo.org> | 2006-07-30 22:31:11 +0000 |
commit | 183663c12e43404d359c59b31c653f9c09edade2 (patch) | |
tree | 5acdf7bed9a2e274a816a5641aae964f34a157c3 /dev-db/postgresql/files/postgresql.conf-8.0.4 | |
parent | Cleanup. (diff) | |
download | gentoo-2-183663c12e43404d359c59b31c653f9c09edade2.tar.gz gentoo-2-183663c12e43404d359c59b31c653f9c09edade2.tar.bz2 gentoo-2-183663c12e43404d359c59b31c653f9c09edade2.zip |
Cleanup.
(Portage version: 2.1.1_pre4)
(Unsigned Manifest commit)
Diffstat (limited to 'dev-db/postgresql/files/postgresql.conf-8.0.4')
-rw-r--r-- | dev-db/postgresql/files/postgresql.conf-8.0.4 | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/dev-db/postgresql/files/postgresql.conf-8.0.4 b/dev-db/postgresql/files/postgresql.conf-8.0.4 deleted file mode 100644 index e8dab3e4c827..000000000000 --- a/dev-db/postgresql/files/postgresql.conf-8.0.4 +++ /dev/null @@ -1,14 +0,0 @@ -# PostgreSQL's Database Directory -PGDATA=/var/lib/postgresql/data - -# Logfile path: (NOTE: This must be uid/gid owned by the value of $PGUSER!) -PGLOG=/var/lib/postgresql/data/postgresql.log - -# Run the PostgreSQL user as: -PGUSER=postgres - -# Extra options to run postmaster with. -# If you want to enable TCP/IP for PostgreSQL, add -i to the following: -# PGOPTS="-N 1024 -B 2048 -i" -PGOPTS="" - |