From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: isc-bind service draft Date: Thu, 16 Nov 2017 17:19:24 +0100 Message-ID: <87bmk2ci2b.fsf@gnu.org> References: <87vaijkyam.fsf@gmail.com> 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]:54405) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1eFMt0-0006Ro-LG for guix-devel@gnu.org; Thu, 16 Nov 2017 11:19:31 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1eFMsx-0002cr-Gx for guix-devel@gnu.org; Thu, 16 Nov 2017 11:19:30 -0500 Received: from hera.aquilenet.fr ([141.255.128.1]:56457) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1eFMsx-0002bq-AI for guix-devel@gnu.org; Thu, 16 Nov 2017 11:19:27 -0500 In-Reply-To: <87vaijkyam.fsf@gmail.com> (Oleg Pykhalov's message of "Thu, 09 Nov 2017 23:11:13 +0300") 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: Oleg Pykhalov Cc: guix-devel@gnu.org Oleg Pykhalov skribis: > (($ user _ run-directory pid-file > listen-v4 listen-v6 listen-port > allow-recursion? allow-transfer? > allow-update? > version hostname server-id) Given that there are many fields, it=E2=80=99s safer to use the new =E2=80=98match-record=E2=80=99 macro from (guix records) in this case. Ludo=E2=80=99.