X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from ncopa-desktop.alpinelinux.org (3.203.202.84.customer.cdi.no [84.202.203.3]) (using SSLv3 with cipher ECDHE-RSA-AES128-SHA (128/128 bits)) (No client certificate requested) (Authenticated sender: n@tanael.org) by mail.alpinelinux.org (Postfix) with ESMTPSA id 8E287DC0B57; Mon, 11 Aug 2014 12:14:48 +0000 (UTC) Date: Mon, 11 Aug 2014 14:14:45 +0200 From: Natanael Copa To: Alan Messias Cordeiro de Lacerda Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/postgresql Fixing unix_socket_directories get_config parameter Message-ID: <20140811141445.42ca9a2c@ncopa-desktop.alpinelinux.org> In-Reply-To: <1407506882-3127-1-git-send-email-alancordeiro@gmail.com> References: <1407506882-3127-1-git-send-email-alancordeiro@gmail.com> X-Mailer: Claws Mail 3.10.1 (GTK+ 2.24.23; x86_64-alpine-linux-musl) X-Mailinglist: alpine-devel Precedence: list List-Id: Alpine Development List-Unsubscribe: List-Post: List-Help: List-Subscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit On Fri, 8 Aug 2014 14:08:02 +0000 Alan Messias Cordeiro de Lacerda wrote: > --- > 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 ---