From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] services: mysql: Add port to configuration Date: Tue, 13 Dec 2016 23:55:40 +0100 Message-ID: <87a8bzl9qr.fsf@gnu.org> References: <20161211211740.30281-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]:38574) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cGvz8-0007q1-V8 for guix-devel@gnu.org; Tue, 13 Dec 2016 17:55:47 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cGvz5-0007t5-Up for guix-devel@gnu.org; Tue, 13 Dec 2016 17:55:47 -0500 In-Reply-To: <20161211211740.30281-1-mail@cbaines.net> (Christopher Baines's message of "Sun, 11 Dec 2016 21:17:40 +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. > (mysql-configuration-file): Use the port field when creating the > configuration file. I added a guix.texi item and committed. Thanks! Ludo=E2=80=99.