summaryrefslogtreecommitdiffstats
path: root/abs/extra/postgresql/postgresql.confd
diff options
context:
space:
mode:
authorMichael Hanson <hansonorders@verizon.net>2010-11-05 02:52:52 (GMT)
committerMichael Hanson <hansonorders@verizon.net>2010-11-05 02:52:52 (GMT)
commit52a6d8af182cc82db86bda098fa8be52c82245c6 (patch)
treecdceccd4b251c3c85230510de263cf65a74a3a26 /abs/extra/postgresql/postgresql.confd
parent5c5b14ceb6f68a046184b4219a0d74e5d2811269 (diff)
downloadlinhes_pkgbuild-52a6d8af182cc82db86bda098fa8be52c82245c6.zip
linhes_pkgbuild-52a6d8af182cc82db86bda098fa8be52c82245c6.tar.gz
linhes_pkgbuild-52a6d8af182cc82db86bda098fa8be52c82245c6.tar.bz2
postgresql: update to 9.0
Diffstat (limited to 'abs/extra/postgresql/postgresql.confd')
-rw-r--r--abs/extra/postgresql/postgresql.confd3
1 files changed, 2 insertions, 1 deletions
diff --git a/abs/extra/postgresql/postgresql.confd b/abs/extra/postgresql/postgresql.confd
index 7bbf016..5f8fa03 100644
--- a/abs/extra/postgresql/postgresql.confd
+++ b/abs/extra/postgresql/postgresql.confd
@@ -1,4 +1,5 @@
#
# Parameters to be passed to postgresql
#
-PGROOT="/var/lib/postgres" \ No newline at end of file
+PGROOT="/var/lib/postgres"
+INITOPTS="--locale $LANG"