~alpine/devel

main/postgresql: Because version was bumped to 9.3 the conf.d script needs to reflect that change v1 PROPOSED

Mika Havela: 1
 main/postgresql: Because version was bumped to 9.3 the conf.d script needs to reflect that change

 1 files changed, 1 insertions(+), 1 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/541/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] main/postgresql: Because version was bumped to 9.3 the conf.d script needs to reflect that change Export this patch

---
 main/postgresql/postgresql.confd | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd
index 7313984..6984b09 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.
-- 
1.8.2.2



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---