From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH] gnu: Add xinetd. Date: Wed, 01 Feb 2017 23:25:20 +0100 Message-ID: <871svha6r3.fsf@gnu.org> References: <20170126.114344.1410720596142137093.post@thomasdanckaert.be> 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]:45963) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cZ3LD-0001Ig-G6 for guix-devel@gnu.org; Wed, 01 Feb 2017 17:25:28 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cZ3L8-0004mn-Ke for guix-devel@gnu.org; Wed, 01 Feb 2017 17:25:27 -0500 In-Reply-To: <20170126.114344.1410720596142137093.post@thomasdanckaert.be> (Thomas Danckaert's message of "Thu, 26 Jan 2017 11:43:44 +0100 (CET)") 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: Thomas Danckaert Cc: guix-devel@gnu.org Hi! Thomas Danckaert skribis: > This patch provides the xinetd executables, I'll try my hand at > writing a xinetd service next... Unless there is already an > alternative to xinetd on GuixSD? There no such thing, but GNU Inetutils includes =E2=80=98inetd=E2=80=99 and= it would be nice to have it as the primary option if you=E2=80=99re going to write a service. (In the future I=E2=80=99d like the Shepherd to subsume inetd functionality= =E2=80=A6) Ludo=E2=80=99.