aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron W. Swenson <titanofold@gentoo.org>2012-06-08 11:03:06 -0400
committerAaron W. Swenson <titanofold@gentoo.org>2012-06-08 11:03:06 -0400
commita61f1df6795497f3991ad6789675d3cff814e57b (patch)
tree065857692c81b7c9070b24901c88709027d6fb0b
parentTypo. (diff)
downloadpatches-a61f1df6795497f3991ad6789675d3cff814e57b.tar.gz
patches-a61f1df6795497f3991ad6789675d3cff814e57b.tar.bz2
patches-a61f1df6795497f3991ad6789675d3cff814e57b.zip
Actual parameter name. Fixes bug 418057.
-rwxr-xr-xpostgresql.init2
1 files changed, 1 insertions, 1 deletions
diff --git a/postgresql.init b/postgresql.init
index 9c6edae..166ac71 100755
--- a/postgresql.init
+++ b/postgresql.init
@@ -22,7 +22,7 @@ depend() {
configured_port=$(get_config port)
: ${configured_port:=${PGPORT}}
-socket_path=$(get_config unix_socket_path)
+socket_path=$(get_config unix_socket_directory)
: ${socket_path:=@RUNDIR@/run/postgresql}
checkconfig() {