diff options
author | Mika Havela <mika.havela@gmail.com> | 2013-09-10 19:51:39 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2013-09-11 06:01:46 +0000 |
commit | cf0b95059327e3fbbac6090a52c29d957b6200fd (patch) | |
tree | c4b53c99a214a4001bdf0c30e2085c4ddac7e125 /main/postgresql/postgresql.confd | |
parent | 81fc0701a2aa4cd0e81ce442418f0aac2402c91f (diff) | |
download | aports-cf0b95059327e3fbbac6090a52c29d957b6200fd.tar.bz2 aports-cf0b95059327e3fbbac6090a52c29d957b6200fd.tar.xz |
main/postgresql: Because version was bumped to 9.3 the conf.d script needs to reflect that change
Diffstat (limited to 'main/postgresql/postgresql.confd')
-rw-r--r-- | main/postgresql/postgresql.confd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd index 7313984024..6984b09e07 100644 --- a/main/postgresql/postgresql.confd +++ b/main/postgresql/postgresql.confd @@ -44,7 +44,7 @@ FORCE_TIMEOUT=2 ############################################################################## # PostgreSQL's Database Directory -PGDATA="/var/lib/postgresql/9.2/data" +PGDATA="/var/lib/postgresql/9.3/data" # Additional options to pass to initdb. # See `man initdb' for available options. |