From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id YJ1iGFLhXGQ9hwAASxT56A (envelope-from ) for ; Thu, 11 May 2023 14:36:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id gL1AGFLhXGSTAAAA9RJhRA (envelope-from ) for ; Thu, 11 May 2023 14:36:34 +0200 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 F08897CA6 for ; Thu, 11 May 2023 14:36:33 +0200 (CEST) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1px5We-0004D0-Si; Thu, 11 May 2023 08:36: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 1px5Wd-0004C4-Lh for guix-patches@gnu.org; Thu, 11 May 2023 08:36:03 -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 1px5Wd-0000Bc-Dk for guix-patches@gnu.org; Thu, 11 May 2023 08:36:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1px5Wd-0004I6-8u for guix-patches@gnu.org; Thu, 11 May 2023 08:36:03 -0400 Subject: bug#62770: [PATCH] services: dhcp-client-configuration: Add 'shepherd-requirement' field. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 11 May 2023 12:36:03 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 62770 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Sergey Trofimov Cc: 62770-done@debbugs.gnu.org Mail-Followup-To: 62770@debbugs.gnu.org, ludo@gnu.org, sarg@sarg.org.ru Received: via spool by 62770-done@debbugs.gnu.org id=D62770.168380855416452 (code D ref 62770); Thu, 11 May 2023 12:36:03 +0000 Received: (at 62770-done) by debbugs.gnu.org; 11 May 2023 12:35:54 +0000 Received: from localhost ([127.0.0.1]:49965 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1px5WU-0004HI-4U for submit@debbugs.gnu.org; Thu, 11 May 2023 08:35:54 -0400 Received: from eggs.gnu.org ([209.51.188.92]:33990) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1px5WS-0004H4-Ab for 62770-done@debbugs.gnu.org; Thu, 11 May 2023 08:35:52 -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 1px5WL-0008SH-GS; Thu, 11 May 2023 08:35:45 -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=yOpidUZavBbZ+5+bbT4SNpkpAIZ4mQUM5rtHihQ40uk=; b=Hhcty6CMAPaYw2K0Weha Kd/alhgP5o6WlYE4Z6RVFE+1RQxXnP/kV13dAlFvBdOxMhR0kb2cWnkmFI1ZKAgLuxVoA3j73BP9H SLk+fDMwpLm+gPjWkQ8+hVtgnZXHOkZ1BMXDWeTsLV+RPh50JN1d78ubi4lKNsfMNHYmpWzcbMOvv nw2ENsR4SCmhFb3eyF47GqseY08RLof79ts+uHMWDuxIUqNy70C75i8fiAbt11N27aZU4DxK69Y2d ccVIEEeN+V80ULE0eM65ZM3hFAOgN125qYfNCFkA0KTkKrj27+kt2O2yyeHqLK7AmRH1x5Wpt1Md2 bFbB1Vy4CUSB/Q==; Received: from [2a01:e0a:1d:7270:af76:b9b:ca24:c465] (helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1px5WK-00083S-PM; Thu, 11 May 2023 08:35:45 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20230411073357.30021-1-sarg@sarg.org.ru> Date: Thu, 11 May 2023 14:35:43 +0200 In-Reply-To: <20230411073357.30021-1-sarg@sarg.org.ru> (Sergey Trofimov's message of "Tue, 11 Apr 2023 09:33:57 +0200") Message-ID: <87ilcz3v1c.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-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+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN ARC-Seal: i=1; s=key1; d=yhetil.org; t=1683808594; a=rsa-sha256; cv=none; b=YPyjST6Ag418nAKoxSnXVPXA/QDonkTsKfDTXI5wPD80pGmR7GmXr0ghDSIdogjUs2HJlq vgc0b+LTV/R+O/63I4m3R89PMtJ/saH/V+ilBjVIsiurhOPSqKmDLLTPZMPFDAvHAcj6DX S+Teojx6WnNFkfCztVUkGCl700e2AMPwzGlQhMnwBAFZAR4oUVX4rt7F43SoN3w8L4ueWP VREBH0dd3R8qv7U3IR0kPHVF+hhphnCuVj3aUFdzunvvyl7UO/IofAU+G6vCfrEmdQ+O7r ez9PzKv2HIofGsxfm9uMI2fxShg2Gt3t8Cb3i/jm1ngkD5N/uwa6qkiGm9NAxw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Hhcty6CM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1683808594; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-to: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=yOpidUZavBbZ+5+bbT4SNpkpAIZ4mQUM5rtHihQ40uk=; b=sN4N3eNBfvdK010dKgs3O8GPFOOLzqJHin1Aurvyy7F94tIPdvFKHyKPQJg5dKYwAVKnpQ oH+W3YqItDUl0ImjykZKfgM2IFLxFHrhxkxpafw0zFT+08uicvi9hFOda9sVhH32hjDc7w evPsxBRAGvfGHw+yoyAlKpfqS9MGRwxTqN6EH6/brpt8G4WOssfCQ3bYUhRV95DAB1GwEC ruvpuiZ/QtSzga/A83B9ERLpLmXZWl+sndMkWCQwpaUfagW9t1xZpJXAz0KiQ7CYLF94VS w8Rmbo/L2OFSO+P6JvRC8TpD8y/e3izn6vyrksRK6Nsfns9OwjVHq7nVnw+sog== X-Migadu-Spam-Score: -1.31 X-Spam-Score: -1.31 X-Migadu-Queue-Id: F08897CA6 X-Migadu-Scanner: scn0.migadu.com Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Hhcty6CM; dmarc=pass (policy=none) header.from=gnu.org; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-TUID: hrGxaqCbd+hp Hi, Sergey Trofimov skribis: > * gnu/services/networking.scm () > [shepherd-requirement]: New field. > (dhcp-client-shepherd-service): Honor it. > (dhcp-client-configuration-shepherd-requirement): Export accessor. > * doc/guix.texi (Networking Setup): Document it. Applied, thanks! Ludo=E2=80=99.