From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wExlASL7GWOzcgAAbAwnHQ (envelope-from ) for ; Thu, 08 Sep 2022 16:24:34 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id QCdMASL7GWM0WgEA9RJhRA (envelope-from ) for ; Thu, 08 Sep 2022 16:24: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 AC2A01ABF4 for ; Thu, 8 Sep 2022 16:24:33 +0200 (CEST) Received: from localhost ([::1]:51042 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oWISG-0006B9-Mg for larch@yhetil.org; Thu, 08 Sep 2022 10:24:32 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:34498) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIMx-0003FM-0Z for guix-patches@gnu.org; Thu, 08 Sep 2022 10:19:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:42775) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oWIMw-0003o5-Nu for guix-patches@gnu.org; Thu, 08 Sep 2022 10:19:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oWIMw-0008Ui-JM for guix-patches@gnu.org; Thu, 08 Sep 2022 10:19:02 -0400 Subject: bug#57670: [PATCH] services: agetty-service-type: Add missing dash. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 08 Sep 2022 14:19:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 57670 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Hilton Chain Cc: 57670-done@debbugs.gnu.org Mail-Followup-To: 57670@debbugs.gnu.org, ludo@gnu.org, hako@ultrarare.space Received: via spool by 57670-done@debbugs.gnu.org id=D57670.166264670532600 (code D ref 57670); Thu, 08 Sep 2022 14:19:02 +0000 Received: (at 57670-done) by debbugs.gnu.org; 8 Sep 2022 14:18:25 +0000 Received: from localhost ([127.0.0.1]:59706 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIML-0008Tk-96 for submit@debbugs.gnu.org; Thu, 08 Sep 2022 10:18:25 -0400 Received: from eggs.gnu.org ([209.51.188.92]:36040) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oWIMJ-0008TV-Nd for 57670-done@debbugs.gnu.org; Thu, 08 Sep 2022 10:18:24 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:59622) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIME-0003j4-7C; Thu, 08 Sep 2022 10:18:18 -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=LPboBv6Rq+a5nxjLjwrOyEmFZSbyVdgW89I8tPJYixc=; b=Z++OgLreRegmvOBby3fJ KVP95vMvWw30go4SH4ZWjks0KX2doGZjyMwjC+H+H+NZmoO3K0S+JRA0Odzs07XbADbDefME3NwVO iKza1iYPTpIwTrK+9znuyTkTwG44Mi+UOCY/EOjH4lW9HNiTsnasO4dFthJ3T1srchE1TSxkJOijt 9rIvTxp1pgIjPIRnKxbLdVmM43abrbCbdrIFUTGcGh4Q5nZXa2w10qI/H/fCSRnLDsJ++s0KTpxJ4 Lp/i9dtqlbpf1SfAHFppt+bnNPWUb2iCyfUGGdCI8I3Ky6kThS7iLGemCeRTDzfPXI8nVSSn2+Z+F RHDE5CEJrccV7Q==; Received: from [2001:660:6102:320:e120:2c8f:8909:cdfe] (port=34606 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oWIMD-0000Ku-LT; Thu, 08 Sep 2022 10:18:17 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: Date: Thu, 08 Sep 2022 16:18:14 +0200 In-Reply-To: (Hilton Chain's message of "Thu, 08 Sep 2022 15:22:31 +0800") Message-ID: <87pmg6eyqh.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (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" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1662647073; 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=LPboBv6Rq+a5nxjLjwrOyEmFZSbyVdgW89I8tPJYixc=; b=qmLGx47gd5k0KeHfgTgOPEQOPxOMFoeKRRq5PLw7DpGm1dNaGaiKrAzYSrltpNKVAU1+dh ycwiHOyKMD2C7pdfLu8oX0ZJ5ga+2lo/teGsy+x2QYYCoI6V664SemGI+c8v99n+z+F3N5 uKmkkb8f4o8d79tiBfA4ayB2x/FNpRkLQWXIAzDQdJ7eXZ1hpwRWRh+QNutvuoXvci3YqD ZrmK5CAHNHF1CVQIlV9W7mp5Akt2YT9AEXwg7kS8+/2l3Upq+/qRSZN01Mec2ySbIEBnyc 2pvS2IfCYDLfPQmfA1SnhxdA1c2+Sx33an+WG+4LT+3z41XsCC49OEwXdia86A== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1662647073; a=rsa-sha256; cv=none; b=o+gMd0Kz8bgTD/Gir0XRQd/Z762iddGmsoQpexpDP9ktqhRAxh5FZUaPAvf6KXRB9nZMLB f1WVOHvRTH8droU6k3EckdS5Alo4667tZmAnESR4o2tXO1yA/qguXET44jQQTdtMjfJy27 J6nIdvWMdfTaHdfJMjXozvzJZyxKybNPDYzBo+28dGts6HRAAywZEEuW0n9Ah/HaNs9r9s 9br0av+mA8t2RduhYnhmaVANQ7sTm8xcBXWBA6Lsu/XTKya86OmN6i2HiWiqnXUY5afDTq N0O5w6g2ZiMvYabRP8L+JNCTgke5fm2lp743igFrrPQcH5Zj0GN3A5j1RswKlg== 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=Z++OgLre; 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-Migadu-Spam-Score: -3.68 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Z++OgLre; 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-Migadu-Queue-Id: AC2A01ABF4 X-Spam-Score: -3.68 X-Migadu-Scanner: scn1.migadu.com X-TUID: 0NXZVoYjavsK Hi, Hilton Chain skribis: > * gnu/services/base.scm (): Add missing dash for > no-hostname? configuration. > --- > > It has been absent for nearly 6 years! Woow, crazy. Applied, thanks! Ludo=E2=80=99.