From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] services: postgresql: Add port to configuration Date: Thu, 15 Dec 2016 16:54:32 +0100 Message-ID: <87fulpfarr.fsf@gnu.org> References: <871sxbl941.fsf@gnu.org> <20161214083549.32602-1-mail@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:49886) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cHYMj-0000WS-Re for guix-devel@gnu.org; Thu, 15 Dec 2016 10:54:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cHYMg-00023J-56 for guix-devel@gnu.org; Thu, 15 Dec 2016 10:54:41 -0500 In-Reply-To: <20161214083549.32602-1-mail@cbaines.net> (Christopher Baines's message of "Wed, 14 Dec 2016 08:35:48 +0000") List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Christopher Baines Cc: guix-devel@gnu.org Christopher Baines skribis: > * gnu/services/databases.scm (): Add port > field. > (postgresql-shepherd-service): Pass port to postgres. > (postgresql-service): Add port default. Applied, thanks! Ludo=E2=80=99.