[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.
I applied with fixed checksum and bumped pkgrel.
Thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
--
1.8.2.2
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---