From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:60554) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dLPq6-00056e-Ez for guix-patches@gnu.org; Thu, 15 Jun 2017 04:09:19 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dLPq2-0007Xf-Gl for guix-patches@gnu.org; Thu, 15 Jun 2017 04:09:14 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:45807) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1dLPq2-0007XY-DI for guix-patches@gnu.org; Thu, 15 Jun 2017 04:09:10 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1dLPpu-00031c-6F for guix-patches@gnu.org; Thu, 15 Jun 2017 04:09:02 -0400 Subject: [bug#27364] knot: use seconds for durations Resent-Message-ID: From: ludo@gnu.org (Ludovic =?UTF-8?Q?Court=C3=A8s?=) References: <20170614221452.0118ba70@lepiller.eu> Date: Thu, 15 Jun 2017 10:07:53 +0200 In-Reply-To: <20170614221452.0118ba70@lepiller.eu> (Julien Lepiller's message of "Wed, 14 Jun 2017 22:14:52 +0200") Message-ID: <87wp8d4qsm.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Julien Lepiller Cc: 27364@debbugs.gnu.org Julien Lepiller skribis: > From ed98d817d4993eb48445f0b0942c27f18f3bb1d3 Mon Sep 17 00:00:00 2001 > From: Julien Lepiller > Date: Sat, 10 Jun 2017 11:59:18 +0200 > Subject: [PATCH] gnu: services: use seconds instead of duration strings. > > * gnu/services/dns.scm (zone-file, knot-policy-configuration): Use numbers > instead of duration strings. > (verify-knot-policy-configuration): Fix typo. > * doc/guix.texi (DNS Services): Update documentation. Perfect, thank you! Ludo=E2=80=99.