All of lore.kernel.org
 help / color / mirror / Atom feed
From: Collin Funk <collin.funk1@gmail.com>
To: Jonathan Corbet <corbet@lwn.net>
Cc: linux-kernel@vger.kernel.org
Subject: Re: [PATCH] ver_linux: Reference coreutils instead of sh-utils.
Date: Sun, 14 Sep 2025 18:38:42 -0700	[thread overview]
Message-ID: <878qigpk9p.fsf@gmail.com> (raw)
In-Reply-To: <9ecf7c579454d89c73b8d2c29d13ddb1768079da.1755310602.git.collin.funk1@gmail.com>

Collin Funk <collin.funk1@gmail.com> writes:

> The Fileutils, Shellutils, and Textutils packages were combined to
> create GNU Coreutils which had its first major release in 2003 [1]. It
> is unlikely that someone is using Shellutils today, and likely that many
> do not remember what the Shellutils package is.
>
> [1] https://www.gnu.org/software/shellutils/
>
> Signed-off-by: Collin Funk <collin.funk1@gmail.com>
> ---
>  scripts/ver_linux | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/scripts/ver_linux b/scripts/ver_linux
> index d6f2362d3792..222e01eb9697 100755
> --- a/scripts/ver_linux
> +++ b/scripts/ver_linux
> @@ -45,7 +45,7 @@ BEGIN {
>  	printversion("Net-tools", version("ifconfig --version"))
>  	printversion("Kbd", version("loadkeys -V"))
>  	printversion("Console-tools", version("loadkeys -V"))
> -	printversion("Sh-utils", version("expr --v"))
> +	printversion("Coreutils", version("expr --v"))
>  	printversion("Udev", version("udevadm --version"))
>  	printversion("Wireless-tools", version("iwconfig --version"))

Hi Jonathan, friendly ping on this tiny patch I sent last month [1].

Thanks,
Collin

[1] https://lore.kernel.org/all/9ecf7c579454d89c73b8d2c29d13ddb1768079da.1755310602.git.collin.funk1@gmail.com/

      reply	other threads:[~2025-09-15  1:38 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-08-16  2:17 [PATCH] ver_linux: Reference coreutils instead of sh-utils Collin Funk
2025-09-15  1:38 ` Collin Funk [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=878qigpk9p.fsf@gmail.com \
    --to=collin.funk1@gmail.com \
    --cc=corbet@lwn.net \
    --cc=linux-kernel@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.