[alpine-devel] [PATCH] main/postgresql Fixing unix_socket_directories get_config parameter
Export this patch
---
main/postgresql/postgresql.initd | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd
index 2ca8420..d47c505 100644
--- a/main/postgresql/postgresql.initd
+++ b/main/postgresql/postgresql.initd
@@ -21,7 +21,7 @@ get_config() {
checkconfig() {
configured_port=$(get_config port)
: ${configured_port:=${PGPORT:-5432}}
- socket_path=$(get_config unix_socket_directory)
+ socket_path=$(get_config unix_socket_directories)
: ${socket_path:=/var/run/postgresql}
checkpath -d -m 0770 -o postgres:postgres ${socket_path}
I fixed checksums and bumped pkgrel.
Thanks!
-nc
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---
--
1.8.4.3
---
Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org
Help: alpine-devel+help@lists.alpinelinux.org
---