From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org 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 smtp.lore.kernel.org (Postfix) with ESMTPS id A9DE0CEB2C2 for ; Mon, 30 Sep 2024 22:08:07 +0000 (UTC) Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1svOYC-0006Pk-DL; Mon, 30 Sep 2024 18:07:28 -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 1svOYB-0006PY-8r for grub-devel@gnu.org; Mon, 30 Sep 2024 18:07:27 -0400 Received: from mout-p-101.mailbox.org ([80.241.56.151]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256) (Exim 4.90_1) (envelope-from ) id 1svOY9-00022B-HG for grub-devel@gnu.org; Mon, 30 Sep 2024 18:07:27 -0400 Received: from smtp102.mailbox.org (smtp102.mailbox.org [10.196.197.102]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by mout-p-101.mailbox.org (Postfix) with ESMTPS id 4XHZtX2JpJz9sTx; Tue, 1 Oct 2024 00:07:16 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=aarsen.me; s=MBO0001; t=1727734036; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version:content-type:content-type: in-reply-to:in-reply-to:references:references; bh=FRjIsZid8YDB79ZXM/nrBsiqql99Cle9DDfd0ahpq8o=; b=A0+UQTKOtSJyXbmKxu3CLsPubYRsmMx0wmIIaPhBplI8VH3VcDpkBGyApk2w9Oq7V74Daj uqu2cWrH5W7nCcYLIJ7ZVAWq3U9jjRum80BTSjICE1CUu0RupPQtcc1nMdUbzoKZYM7XmJ xGBBtmWFvg2WYNVeCszjstXegBfOykxJjGDzgH3iTV9HBZiAmBVV1hZgS9OGoOUIVOcx3T OE1mB576QgSCS3tcPcQeuENwjaiAo+xUWG14hIZnOoQdzHBKQnz3A+ck/0RQ6kvr5vN7aU WA8H4A5cIAIwXKajkAoqgVRoNjF0qdzZBhekIfYrQ/hpHKcTmlO7g9Gzab/aEw== To: Leo Sandoval Subject: Re: [PATCH 14/20] 10_linux.in 20_linux_xen.in: Don't say "GNU/Linux" in generated menus. In-Reply-To: <20240930174349.1295414-15-lsandova@redhat.com> (Leo Sandoval's message of "Mon, 30 Sep 2024 11:43:43 -0600") References: <20240930174349.1295414-1-lsandova@redhat.com> <20240930174349.1295414-15-lsandova@redhat.com> Date: Tue, 01 Oct 2024 00:07:12 +0200 Message-ID: <864j5wyewf.fsf@aarsen.me> MIME-Version: 1.0 Received-SPF: pass client-ip=80.241.56.151; envelope-from=arsen@aarsen.me; helo=mout-p-101.mailbox.org X-Spam_score_int: -27 X-Spam_score: -2.8 X-Spam_bar: -- X-Spam_report: (-2.8 / 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_LOW=-0.7, RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001, SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: =?utf-8?q?Arsen_Arsenovi=C4=87_via_Grub-devel?= Reply-To: The development of GNU GRUB Cc: =?utf-8?Q?Arsen_Arsenovi=C4=87?= , grub-devel@gnu.org Content-Type: multipart/mixed; boundary="===============6451274275594167972==" Errors-To: grub-devel-bounces+grub-devel=archiver.kernel.org@gnu.org Sender: grub-devel-bounces+grub-devel=archiver.kernel.org@gnu.org --===============6451274275594167972== Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" --=-=-= Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Leo Sandoval writes: > From: Peter Jones > > [rharwood: say it even less] > --- > grub-core/normal/main.c | 2 +- > tests/util/grub-shell-tester.in | 2 +- > tests/util/grub-shell.in | 2 +- > util/grub.d/10_linux.in | 4 ++-- > util/grub.d/20_linux_xen.in | 4 ++-- > 5 files changed, 7 insertions(+), 7 deletions(-) > > diff --git a/grub-core/normal/main.c b/grub-core/normal/main.c > index 1317279c0..568c2adfa 100644 > --- a/grub-core/normal/main.c > +++ b/grub-core/normal/main.c > @@ -218,7 +218,7 @@ grub_normal_init_page (struct grub_term_output *term, >=20=20 > grub_term_cls (term); >=20=20 > - msg_formatted =3D grub_xasprintf (_("GNU GRUB version %s"), PACKAGE_V= ERSION); > + msg_formatted =3D grub_xasprintf (_("GRUB version %s"), PACKAGE_VERSIO= N); > if (!msg_formatted) > return; >=20=20 > diff --git a/tests/util/grub-shell-tester.in b/tests/util/grub-shell-test= er.in > index 8a87109b1..9a4319d4f 100644 > --- a/tests/util/grub-shell-tester.in > +++ b/tests/util/grub-shell-tester.in > @@ -56,7 +56,7 @@ for option in "$@"; do > usage > exit 0 ;; > -v | --version) > - echo "$0 (GNU GRUB ${PACKAGE_VERSION})" > + echo "$0 (GRUB ${PACKAGE_VERSION})" This and related changes seem bizarre? I can understand changing GNU/Linux -> Linux on some systems (based on uname -o for instance, or just by using PRETTY_NAME from /etc/os-release or ...), but not blanket-removing 'GNU' from the sources, even when it pertains to GRUB rather than whatever distribution. =2D-=20 Arsen Arsenovi=C4=87 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iOYEARYKAI4WIQT+4rPRE/wAoxYtYGFSwpQwHqLEkwUCZvshEF8UgAAAAAAuAChp c3N1ZXItZnByQG5vdGF0aW9ucy5vcGVucGdwLmZpZnRoaG9yc2VtYW4ubmV0RkVF MkIzRDExM0ZDMDBBMzE2MkQ2MDYxNTJDMjk0MzAxRUEyQzQ5MxAcYXJzZW5AYWFy c2VuLm1lAAoJEFLClDAeosSTAEkBALqyzG/NQfGboBzQsTWQ64axMOMhON0CHjMK L5giHE0aAP9RJC0oQbhQj3AswvPvDOasQM/earc4SgDdNMJ/qsfQDw== =VIGf -----END PGP SIGNATURE----- --=-=-=-- --===============6451274275594167972== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: base64 Content-Disposition: inline X19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX19fX18KR3J1Yi1kZXZl bCBtYWlsaW5nIGxpc3QKR3J1Yi1kZXZlbEBnbnUub3JnCmh0dHBzOi8vbGlzdHMuZ251Lm9yZy9t YWlsbWFuL2xpc3RpbmZvL2dydWItZGV2ZWwK --===============6451274275594167972==--