From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id CNZbArb9smRMYAEASxT56A (envelope-from ) for ; Sat, 15 Jul 2023 22:12:38 +0200 Received: from aspmx1.migadu.com ([2001:41d0:403:478a::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id +ENYArb9smQxuAAA9RJhRA (envelope-from ) for ; Sat, 15 Jul 2023 22:12:38 +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 9F7326FBBA for ; Sat, 15 Jul 2023 22:12:37 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=c5rmILvh; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1689451957; a=rsa-sha256; cv=none; b=a1d/faYtt1pYe7SKJFw1xh8MAW6OMJgcbWGI02LIdjhVUsUThC0MHKStt4z5euTIhqYQ+5 A6gGVI8cfAFMXKyt1Id5e3V8WjHEvxEMzgPagIegTbuZ6b2jWRXeaPnRvaIeKLWE2YQLDG RzEbfN6US1uqDBjFoYYRG/t7LhLADiNnjdce02lPHcuEpeyK8Hj75F2QSHtzw/9y6bFX6y F5EVvJ0zm+/cMRZgE66aDfn+3zn8VBEx7NWoap98F/mqDKIFx4e3siBxk+/KJ6TisKdAgk yW8Knw6FcTl5WzfpHEWVuuov79dEPPFkqsnVIPvYTO36bmeSrjkKzOgnFaV6UA== 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=c5rmILvh; spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1689451957; 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=jXcSwhc0TJW0+ktDhbHVhjAf7YysUrZLyo1Bv7XRIws=; b=quay9ioQfftMihiF7ShUc01GRf3kVvdW/7qI7nqqahPfmIKkShJKReg1Y9/M9EuO6FHzGy VSr5cLtQ0vgBDboFzv7QJuqPr6v8ODzENnPXVtq+B6s//n7AL1lB6R6VZZAL2zcKvPRx0h j8nSriPD7XexMeCMe8OIi3PQO8zUjSl0o6XCdeMgg+idAS5qe3k+UDPvAiz8wYfOTz34Cn N7CoziU6oIfqC+cP155qWygzb+OaMvumE7jIhdnE1g/Q78nc7TXRqfDmzYE1qXN03Rsd6w kGp/5WnDeNIVTWvbywmfI6Xvpv9Jrx/BoXeGYyP6tVtFCHEvc/LbGKjqTf0iXA== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qKlcb-00056m-7X; Sat, 15 Jul 2023 16:12:05 -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 1qKlcZ-000568-7z for bug-guix@gnu.org; Sat, 15 Jul 2023 16:12:03 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qKlcZ-0006dq-0I for bug-guix@gnu.org; Sat, 15 Jul 2023 16:12:03 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qKlcY-0002e9-S1 for bug-guix@gnu.org; Sat, 15 Jul 2023 16:12:02 -0400 Subject: bug#64365: [Shepherd] Export deregister-service. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Date: Sat, 15 Jul 2023 20:12:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 64365 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Bruno Victal Cc: 64365-done@debbugs.gnu.org Mail-Followup-To: 64365@debbugs.gnu.org, ludo@gnu.org, mirai@makinata.eu Received: via spool by 64365-done@debbugs.gnu.org id=D64365.168945189310112 (code D ref 64365); Sat, 15 Jul 2023 20:12:02 +0000 Received: (at 64365-done) by debbugs.gnu.org; 15 Jul 2023 20:11:33 +0000 Received: from localhost ([127.0.0.1]:46161 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKlc4-0002cx-J9 for submit@debbugs.gnu.org; Sat, 15 Jul 2023 16:11:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:51164) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qKlc2-0002cb-8c for 64365-done@debbugs.gnu.org; Sat, 15 Jul 2023 16:11:31 -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 1qKlbw-0006AM-Iu; Sat, 15 Jul 2023 16:11:24 -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=jXcSwhc0TJW0+ktDhbHVhjAf7YysUrZLyo1Bv7XRIws=; b=c5rmILvhjZ4B9CnvmILE X9LCJ7ggBqTyi1BKeSSEHe9eadv+b3a+MOVu31/hER79zgS2liwyPE8DQ72+L6VsJ2xbxAwO+Nb0Y KJurFdUZ/mtgkELtHNRloSgIcZKhPrkJEmOIrFZky50ZZNnNn1bh3DC6sVcBcY3ffyvUkXX5Cwxvz AQbb+fk2nlTdRJBNbr8mTpO9OmUr2xRntFhucxUrbYxE+jt164jklY+PLOpFU/Sa1zRqVfjrFam5w rGteJxt3bW9xTYYaHWoICOXOyBplopBF//wxboA2MQIa+/6PaezeakZj7obLAIgPDkFBZKad90jHd be2V7FyI4TULAQ==; 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 1qKlbv-00071r-EP; Sat, 15 Jul 2023 16:11:24 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <0e13eeb6-ad8f-7955-acd2-0a189034cff9@makinata.eu> <87lefk26po.fsf@gnu.org> Date: Sat, 15 Jul 2023 22:11:20 +0200 In-Reply-To: (Bruno Victal's message of "Thu, 13 Jul 2023 04:10:08 +0100") Message-ID: <87lefhue8n.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: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: bug-guix-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Scanner: mx0.migadu.com X-Migadu-Spam-Score: -6.80 X-Spam-Score: -6.80 X-Migadu-Queue-Id: 9F7326FBBA X-TUID: NZJ/YfGcchC+ Hi Bruno, Bruno Victal skribis: > Neat, LGTM. Pushed as b0eee0d037ccceb79c6db810063d129bba67f3f4. Thanks! Ludo=E2=80=99.