From debbugs-submit-bounces@debbugs.gnu.org Wed Dec 15 17:59:33 2021 Received: (at submit) by debbugs.gnu.org; 15 Dec 2021 22:59:33 +0000 Received: from localhost ([127.0.0.1]:33985 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxdFE-0002Rp-Qf for submit@debbugs.gnu.org; Wed, 15 Dec 2021 17:59:33 -0500 Received: from lists.gnu.org ([209.51.188.17]:48106) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mxdFC-0002Rg-Tb for submit@debbugs.gnu.org; Wed, 15 Dec 2021 17:59:31 -0500 Received: from eggs.gnu.org ([209.51.188.92]:38160) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxdFB-0002TH-7P for guix-patches@gnu.org; Wed, 15 Dec 2021 17:59:29 -0500 Received: from smtp.polymtl.ca ([132.207.4.11]:36365) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1mxdF7-00077m-E8 for guix-patches@gnu.org; Wed, 15 Dec 2021 17:59:28 -0500 Received: from laura.hitronhub.home (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) (authenticated bits=0) by smtp.polymtl.ca (8.14.7/8.14.7) with ESMTP id 1BFMx52H030088 (version=TLSv1/SSLv3 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128 verify=NOT); Wed, 15 Dec 2021 17:59:12 -0500 DKIM-Filter: OpenDKIM Filter v2.11.0 smtp.polymtl.ca 1BFMx52H030088 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=polymtl.ca; s=default; t=1639609153; bh=ue5nOxCbpFxcYj76anHeg4lGfXqRqBtGtEfo0UsXnAI=; h=From:To:Cc:Subject:Date:From; b=sYa6VtgmuIo6OV+tMfHm4tB/SZSL3XT92aVCVZC/HxYBcaEfE6ZCrX6pwbFBa8dct lfOrH1SJtxRHCjDRPVk2+g5OLG+lnvoP2di7BuxpeLIZiUv6TaBV4hrwXGhuhMlDR1 EUXkbEcXzr5le8jyYm6tV94VD4sA50wAlD/15A48= From: Olivier Dion To: guix-patches@gnu.org Subject: [PATCH] doc: Fix wrong home-shepherd-configuration data type. Date: Wed, 15 Dec 2021 17:59:04 -0500 Message-Id: <060f5046cc65ca60554b7927ac317606fae4150c.1639609134.git.olivier.dion@polymtl.ca> X-Mailer: git-send-email 2.34.0 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Poly-FromMTA: (modemcable094.169-200-24.mc.videotron.ca [24.200.169.94]) at Wed, 15 Dec 2021 22:59:05 +0000 Received-SPF: pass client-ip=132.207.4.11; envelope-from=olivier.dion@polymtl.ca; helo=smtp.polymtl.ca X-Spam_score_int: -43 X-Spam_score: -4.4 X-Spam_bar: ---- X-Spam_report: (-4.4 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_MED=-2.3, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Olivier Dion 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: -2.3 (--) * doc/guix.texi (Managing User's Daemons): Rename shepherd-configuration for home-shepherd-configuration. --- doc/guix.texi | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 7b1a64deb9..b75764eaea 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -36948,10 +36948,10 @@ init process (PID 1), but almost all other information described in This is the service type that extensions target when they want to create shepherd services (@pxref{Service Types and Services}, for an example). Each extension must pass a list of @code{}. Its -value must be a @code{shepherd-configuration}, as described below. +value must be a @code{home-shepherd-configuration}, as described below. @end defvr -@deftp {Data Type} shepherd-configuration +@deftp {Data Type} home-shepherd-configuration This data type represents the Shepherd's configuration. @table @code -- 2.34.0 From debbugs-submit-bounces@debbugs.gnu.org Mon Dec 20 10:18:17 2021 Received: (at 52528-done) by debbugs.gnu.org; 20 Dec 2021 15:18:18 +0000 Received: from localhost ([127.0.0.1]:51098 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzKQb-00034g-Qe for submit@debbugs.gnu.org; Mon, 20 Dec 2021 10:18:17 -0500 Received: from hera.aquilenet.fr ([185.233.100.1]:41732) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1mzKQa-00034P-D9 for 52528-done@debbugs.gnu.org; Mon, 20 Dec 2021 10:18:16 -0500 Received: from localhost (localhost [127.0.0.1]) by hera.aquilenet.fr (Postfix) with ESMTP id EE9D82A4; Mon, 20 Dec 2021 16:18:09 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at aquilenet.fr Received: from hera.aquilenet.fr ([127.0.0.1]) by localhost (hera.aquilenet.fr [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id JCgVFuTA77Ig; Mon, 20 Dec 2021 16:18:09 +0100 (CET) Received: from ribbon (unknown [193.50.110.211]) by hera.aquilenet.fr (Postfix) with ESMTPSA id 21A71229; Mon, 20 Dec 2021 16:18:09 +0100 (CET) From: =?utf-8?Q?Ludovic_Court=C3=A8s?= To: Olivier Dion Subject: Re: bug#52528: [PATCH] doc: Fix wrong home-shepherd-configuration data type. References: <060f5046cc65ca60554b7927ac317606fae4150c.1639609134.git.olivier.dion@polymtl.ca> Date: Mon, 20 Dec 2021 16:18:08 +0100 In-Reply-To: <060f5046cc65ca60554b7927ac317606fae4150c.1639609134.git.olivier.dion@polymtl.ca> (Olivier Dion's message of "Wed, 15 Dec 2021 17:59:04 -0500") Message-ID: <87h7b3i9u7.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: / Authentication-Results: hera.aquilenet.fr; none X-Rspamd-Server: hera X-Rspamd-Queue-Id: EE9D82A4 X-Spamd-Result: default: False [-0.10 / 15.00]; ARC_NA(0.00)[]; RCVD_VIA_SMTP_AUTH(0.00)[]; RCPT_COUNT_TWO(0.00)[2]; FROM_HAS_DN(0.00)[]; TO_DN_SOME(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; FROM_EQ_ENVFROM(0.00)[]; MIME_TRACE(0.00)[0:+]; RCVD_COUNT_TWO(0.00)[2]; RCVD_TLS_ALL(0.00)[]; MID_RHS_MATCH_FROM(0.00)[] X-Spam-Score: 1.0 (+) X-Debbugs-Envelope-To: 52528-done Cc: 52528-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: -0.0 (/) Hi, Olivier Dion skribis: > * doc/guix.texi (Managing User's Daemons): Rename shepherd-configuration = for > home-shepherd-configuration. Applied, thanks! Ludo=E2=80=99. From unknown Sat Sep 20 14:55:05 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Tue, 18 Jan 2022 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator