From patchwork Fri May 5 00:18:38 2023 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bruno Victal X-Patchwork-Id: 49807 Return-Path: X-Original-To: patchwork@mira.cbaines.net Delivered-To: patchwork@mira.cbaines.net Received: by mira.cbaines.net (Postfix, from userid 113) id EDDBE27BBE9; Fri, 5 May 2023 01:37:27 +0100 (BST) X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on mira.cbaines.net X-Spam-Level: X-Spam-Status: No, score=-3.9 required=5.0 tests=BAYES_00,MAILING_LIST_MULTI, RCVD_IN_MSPIKE_H2,SPF_HELO_PASS autolearn=unavailable autolearn_force=no version=3.4.6 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) by mira.cbaines.net (Postfix) with ESMTPS id DB33827BBE2 for ; Fri, 5 May 2023 01:37:26 +0100 (BST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pujRY-0001vV-HY; Thu, 04 May 2023 20:37:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pujRW-0001vL-Ds for guix-patches@gnu.org; Thu, 04 May 2023 20:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pujRW-0004zp-5G for guix-patches@gnu.org; Thu, 04 May 2023 20:37:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pujRW-0001r7-0r for guix-patches@gnu.org; Thu, 04 May 2023 20:37:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#60788] [PATCH v10 2/3] services: inetd: Export accessors. Resent-From: Bruno Victal Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 05 May 2023 00:37:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 60788 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 60788@debbugs.gnu.org Cc: ludo@gnu.org, Bruno Victal , maxim.cournoyer@gmail.com Received: via spool by 60788-submit@debbugs.gnu.org id=B60788.16832469767062 (code B ref 60788); Fri, 05 May 2023 00:37:01 +0000 Received: (at 60788) by debbugs.gnu.org; 5 May 2023 00:36:16 +0000 Received: from localhost ([127.0.0.1]:52375 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pujQm-0001po-Ei for submit@debbugs.gnu.org; Thu, 04 May 2023 20:36:16 -0400 Received: from smtpm3.myservices.hosting ([185.26.105.234]:42144) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pujQj-0001pc-6n for 60788@debbugs.gnu.org; Thu, 04 May 2023 20:36:14 -0400 Received: from mail1.netim.hosting (unknown [185.26.106.173]) by smtpm3.myservices.hosting (Postfix) with ESMTP id 88B4820FA1; Fri, 5 May 2023 02:36:11 +0200 (CEST) Received: from localhost (localhost [127.0.0.1]) by mail1.netim.hosting (Postfix) with ESMTP id 6377380098; Fri, 5 May 2023 02:19:03 +0200 (CEST) X-Virus-Scanned: Debian amavisd-new at mail1.netim.hosting Received: from mail1.netim.hosting ([127.0.0.1]) by localhost (mail1-2.netim.hosting [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id q2ScEfx3tQTs; Fri, 5 May 2023 02:19:01 +0200 (CEST) Received: from guix-nuc.home.arpa (unknown [10.192.1.83]) (Authenticated sender: lumen@makinata.eu) by mail1.netim.hosting (Postfix) with ESMTPSA id D976B80060; Fri, 5 May 2023 02:19:00 +0200 (CEST) From: Bruno Victal Date: Fri, 5 May 2023 01:18:38 +0100 Message-Id: <0053c04412e34c5f9a6a28acc87560be8b8e6ff9.1683245610.git.mirai@makinata.eu> X-Mailer: git-send-email 2.39.2 In-Reply-To: <95b646eb6b23dec213cba43b6e4e7ddc4a601d0f.1673640404.git.mirai@makinata.eu> References: <95b646eb6b23dec213cba43b6e4e7ddc4a601d0f.1673640404.git.mirai@makinata.eu> MIME-Version: 1.0 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org Sender: guix-patches-bounces+patchwork=mira.cbaines.net@gnu.org X-getmail-retrieved-from-mailbox: Patches * 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-program and inetd-entry-arguments. --- gnu/services/networking.scm | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/gnu/services/networking.scm b/gnu/services/networking.scm index 866368aa90..554ab18234 100644 --- a/gnu/services/networking.scm +++ b/gnu/services/networking.scm @@ -121,7 +121,19 @@ (define-module (gnu services networking) openntpd-service-type inetd-configuration + inetd-configuration? + inetd-configuration-program + inetd-configuration-entries inetd-entry + inetd-entry? + inetd-entry-node + inetd-entry-name + inetd-entry-socket-type + inetd-entry-protocol + inetd-entry-wait? + inetd-entry-user + inetd-entry-program + inetd-entry-arguments inetd-service-type opendht-configuration