From debbugs-submit-bounces@debbugs.gnu.org Thu May 11 10:33:57 2023 Received: (at 60788-done) by debbugs.gnu.org; 11 May 2023 14:33:57 +0000 Received: from localhost ([127.0.0.1]:53107 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1px7Mi-0002a1-NU for submit@debbugs.gnu.org; Thu, 11 May 2023 10:33:56 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33116) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1px7Mg-0002Zp-Ff for 60788-done@debbugs.gnu.org; Thu, 11 May 2023 10:33:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1px7Ma-0001Bx-FG; Thu, 11 May 2023 10:33:48 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=pS7OiTX2XkjzIuT+aDKariIlN2zaJvGLHmLeMU9v010=; b=KYfAYabLxlNYoTpve6PK ovWj189/k6Uw8vEHWO7uBLEcUBKveuKbbmHLBX0xhLuBBuZ9oCQY824x7jfUV4eZXB3TRjJC/cOFL sfWgmUe2sGCVl248/3cnLF01iVYNjeb22g2feqIu37vdza2keqlAKIBGjnSLHCzDKO17X15U2OBKA /ZjvDTdpPdz3ekb+tM17+tE5BDgi6JFUOe6IVvIKEE7ACqyX3RKIKOm6JnZXYGu9nMVzkLLJ68pkJ SSK1TjAYPRfMjCVFiDaSpU4iwj8UrUwOUW0mVrNlSv5gNcpLlPZHUf1NBs6ghVxSJIGYQMs4ScC4T SoiAqU+bqr26AQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1px7Ma-00045Q-32; Thu, 11 May 2023 10:33:48 -0400 From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Bruno Victal Subject: Re: [PATCH v10 1/3] services: Add vnstat-service-type. References: <95b646eb6b23dec213cba43b6e4e7ddc4a601d0f.1673640404.git.mirai@makinata.eu> <4e67d41880a44306c5b5d0a39c776083c180cd15.1683245610.git.mirai@makinata.eu> X-URL: http://www.fdn.fr/~lcourtes/ X-Revolutionary-Date: Duodi 22 =?utf-8?Q?Flor=C3=A9al?= an 231 de la =?utf-8?Q?R=C3=A9volution=2C?= jour de la Fritillaire X-PGP-Key-ID: 0x090B11993D9AEBB5 X-PGP-Key: http://www.fdn.fr/~lcourtes/ludovic.asc X-PGP-Fingerprint: 3CE4 6455 8A84 FDC6 9DB4 0CFB 090B 1199 3D9A EBB5 X-OS: x86_64-pc-linux-gnu Date: Thu, 11 May 2023 16:33:45 +0200 In-Reply-To: <4e67d41880a44306c5b5d0a39c776083c180cd15.1683245610.git.mirai@makinata.eu> (Bruno Victal's message of "Fri, 5 May 2023 01:18:37 +0100") Message-ID: <87cz372b06.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: -2.3 (--) X-Debbugs-Envelope-To: 60788-done Cc: maxim.cournoyer@gmail.com, 60788-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -3.3 (---) Hi, Bruno Victal skribis: > * gnu/services/monitoring.scm (vnstat-service-type): New variable. > * doc/guix.texi (Monitoring Services): Document it. [...] > * gnu/tests/vnstat.scm: New file. > * gnu/local.mk: Register it. [...] > * gnu/services/networking.scm: Export inetd-configuration?, > inetd-configuration-program, inetd-configuration-entries, inetd-entry?, > inetd-entry-node, inetd-entry-name, inetd-entry-socket-type, > inetd-entry-protocol, inetd-entry-wait?, inetd-entry-user, inetd-entry-pr= ogram > and inetd-entry-arguments. Applied all three patches. Pheww, that was a long ride! Thanks for your patience and for your quality work! Ludo=E2=80=99.