From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id 8PfHBK0LfF/nQgAA0tVLHw (envelope-from ) for ; Tue, 06 Oct 2020 06:16:13 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id QNGJAK0LfF+AawAAbx9fmQ (envelope-from ) for ; Tue, 06 Oct 2020 06:16:13 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 208DE9401DD for ; Tue, 6 Oct 2020 06:16:11 +0000 (UTC) Received: from localhost ([::1]:41172 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1kPgGg-0003qk-BV for larch@yhetil.org; Tue, 06 Oct 2020 02:16:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:52640) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1kPgGY-0003q5-LY for guix-patches@gnu.org; Tue, 06 Oct 2020 02:16:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:39830) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1kPgGY-0001GJ-Bv for guix-patches@gnu.org; Tue, 06 Oct 2020 02:16:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1kPgGY-0004ML-6o for guix-patches@gnu.org; Tue, 06 Oct 2020 02:16:02 -0400 Subject: bug#43653: [PATCH] services: dnsmasq: Add TFTP configuration. Resent-From: Danny Milosavljevic Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Tue, 06 Oct 2020 06:16:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 43653 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Jonathan Brielmaier Cc: 43653-done@debbugs.gnu.org Mail-Followup-To: 43653@debbugs.gnu.org, dannym@scratchpost.org, dannym@scratchpost.org Received: via spool by 43653-done@debbugs.gnu.org id=D43653.160196495716742 (code D ref 43653); Tue, 06 Oct 2020 06:16:01 +0000 Received: (at 43653-done) by debbugs.gnu.org; 6 Oct 2020 06:15:57 +0000 Received: from localhost ([127.0.0.1]:51376 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPgGT-0004Lw-Ib for submit@debbugs.gnu.org; Tue, 06 Oct 2020 02:15:57 -0400 Received: from dd26836.kasserver.com ([85.13.145.193]:44996) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1kPgGR-0004Ln-Bd for 43653-done@debbugs.gnu.org; Tue, 06 Oct 2020 02:15:56 -0400 Received: from localhost (80-110-126-103.cgn.dynamic.surfer.at [80.110.126.103]) by dd26836.kasserver.com (Postfix) with ESMTPSA id 74295336881C; Tue, 6 Oct 2020 08:15:53 +0200 (CEST) Date: Tue, 6 Oct 2020 08:15:26 +0200 From: Danny Milosavljevic Message-ID: <20201006081526.3de1028d@scratchpost.org> In-Reply-To: References: <20200927190630.1753-1-dannym@scratchpost.org> X-Mailer: Claws Mail 3.17.5 (GTK+ 2.24.32; x86_64-unknown-linux-gnu) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/xICLM_iOAkTfqzbNmaSc7DR"; protocol="application/pgp-signature"; micalg=pgp-sha512 X-Spam-Score: -0.7 (/) X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-Spam-Score: -1.7 (-) X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Spam-Score: -1.11 X-TUID: dzE1tSnLG4jM --Sig_/xICLM_iOAkTfqzbNmaSc7DR Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi, On Sun, 27 Sep 2020 21:26:32 +0200 Jonathan Brielmaier wrote: > On 27.09.20 21:06, Danny Milosavljevic wrote: > > * gnu/services/dns.scm (): Add TFTP configuration > > fields. > > (dnsmasq-shepherd-service): Use them. > > --- > > gnu/services/dns.scm | 70 ++++++++++++++++++++++++++++++++++++++++++-- > > 1 file changed, 67 insertions(+), 3 deletions(-) =20 >=20 > I think some documentation couldn't hurt, so that user can have a chance > to learn about the TFTP possiblilities of our dnsmasq service :) Added docs and pushed to guix master as commit 34d1c0a03b51fdaef26a3bc630ab= 096da740e1d6. --Sig_/xICLM_iOAkTfqzbNmaSc7DR Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEds7GsXJ0tGXALbPZ5xo1VCwwuqUFAl98C34ACgkQ5xo1VCww uqX5gAf+NwQW9GeqzWY3UU7kW0oGwq2aClQv6BBYDAziQ18q8iZiEKtvy8EUEuM2 tN+Df1lZBjEU/AeAW06PT1VVrcWBJqeY5FaVyCzR4ODRpuKCpPkNKm0Y6yRLDs95 02RldM+G9SzhGTdTBn+EWSn2vwbGVtcdTjuA2pO403tE4aTmgZvvTOBrE0w9Eaqu zLcq63IIdFq1Fl7b2G8qc52Wur+ztdOtuBCdX7tY90XDrKT9yGuGLpA3+GVX/Oqs oVBQxePZxl4qMO0e/FVC7tdQEphFhPfYTZNMf5MD52uzf4gr4gZEif0oRb1gfloS QoHlXSildaIRKRQBJS8gak67Hze5lw== =XT/W -----END PGP SIGNATURE----- --Sig_/xICLM_iOAkTfqzbNmaSc7DR--