From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1Sd0jd-00085L-6c for garchives@archives.gentoo.org; Fri, 08 Jun 2012 15:04:21 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D6CEBE066E; Fri, 8 Jun 2012 15:04:08 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id AB5CFE066E for ; Fri, 8 Jun 2012 15:04:08 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7A58E1B4028 for ; Fri, 8 Jun 2012 15:04:07 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 3D74FE543A for ; Fri, 8 Jun 2012 15:04:05 +0000 (UTC) From: "Aaron Swenson" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Swenson" Message-ID: <1339167786.a61f1df6795497f3991ad6789675d3cff814e57b.titanofold@gentoo> Subject: [gentoo-commits] proj/pgsql-patches:initscripts commit in: / X-VCS-Repository: proj/pgsql-patches X-VCS-Files: postgresql.init X-VCS-Directories: / X-VCS-Committer: titanofold X-VCS-Committer-Name: Aaron Swenson X-VCS-Revision: a61f1df6795497f3991ad6789675d3cff814e57b X-VCS-Branch: initscripts Date: Fri, 8 Jun 2012 15:04:05 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 0228751d-5555-4193-a407-6e30c864718c X-Archives-Hash: 195ca1c292f86601a383d008178945c0 commit: a61f1df6795497f3991ad6789675d3cff814e57b Author: Aaron W. Swenson gentoo org> AuthorDate: Fri Jun 8 15:03:06 2012 +0000 Commit: Aaron Swenson gentoo org> CommitDate: Fri Jun 8 15:03:06 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/pgsql-patches= .git;a=3Dcommit;h=3Da61f1df6 Actual parameter name. Fixes bug 418057. --- postgresql.init | 2 +- 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() { =20 configured_port=3D$(get_config port) : ${configured_port:=3D${PGPORT}} -socket_path=3D$(get_config unix_socket_path) +socket_path=3D$(get_config unix_socket_directory) : ${socket_path:=3D@RUNDIR@/run/postgresql} =20 checkconfig() {