X-Original-To: alpine-devel@lists.alpinelinux.org Delivered-To: alpine-devel@mail.alpinelinux.org Received: from dal-a2.localdomain (unknown [74.117.189.115]) by mail.alpinelinux.org (Postfix) with ESMTP id 34E5CDC00B0 for ; Wed, 11 Sep 2013 04:44:05 +0000 (UTC) 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: ncopa@tanael.org) by dal-a2.localdomain (Postfix) with ESMTPSA id A17BCBC3388; Wed, 11 Sep 2013 09:53:30 +0000 (UTC) Date: Wed, 11 Sep 2013 11:53:26 +0200 From: Natanael Copa To: Mika Havela Cc: alpine-devel@lists.alpinelinux.org Subject: Re: [alpine-devel] [PATCH] main/postgresql: Because version was bumped to 9.3 the conf.d script needs to reflect that change Message-ID: <20130911115326.15145eaf@ncopa-desktop.alpinelinux.org> In-Reply-To: <1378842699-949-1-git-send-email-mika.havela@gmail.com> References: <1378842699-949-1-git-send-email-mika.havela@gmail.com> X-Mailer: Claws Mail 3.9.2 (GTK+ 2.24.20; x86_64-unknown-linux-gnu) 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 Tue, 10 Sep 2013 19:51:39 +0000 Mika Havela wrote: > --- > main/postgresql/postgresql.confd | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/main/postgresql/postgresql.confd b/main/postgresql/postgresql.confd > index 7313984..6984b09 100644 > --- a/main/postgresql/postgresql.confd > +++ b/main/postgresql/postgresql.confd > @@ -44,7 +44,7 @@ FORCE_TIMEOUT=2 > ############################################################################## > > # PostgreSQL's Database Directory > -PGDATA="/var/lib/postgresql/9.2/data" > +PGDATA="/var/lib/postgresql/9.3/data" > > # Additional options to pass to initdb. > # See `man initdb' for available options. I applied with fixed checksum and bumped pkgrel. Thanks! -nc --- Unsubscribe: alpine-devel+unsubscribe@lists.alpinelinux.org Help: alpine-devel+help@lists.alpinelinux.org ---