From 5a3102461f9d40667358c4ae4c28d57597859b16 Mon Sep 17 00:00:00 2001 From: Alan Messias Cordeiro de Lacerda Date: Fri, 8 Aug 2014 14:08:02 +0000 Subject: main/postgresql fix unix_socket_directories get_config parameter --- main/postgresql/postgresql.initd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main/postgresql/postgresql.initd') diff --git a/main/postgresql/postgresql.initd b/main/postgresql/postgresql.initd index 2ca8420e10..d47c50540a 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} -- cgit v1.2.3