Leo Sandoval <lsand...@redhat.com> writes:

> From: Peter Jones <pjo...@redhat.com>
>
> [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,
>  
>    grub_term_cls (term);
>  
> -  msg_formatted = grub_xasprintf (_("GNU GRUB  version %s"), 
> PACKAGE_VERSION);
> +  msg_formatted = grub_xasprintf (_("GRUB version %s"), PACKAGE_VERSION);
>    if (!msg_formatted)
>      return;
>  
> diff --git a/tests/util/grub-shell-tester.in b/tests/util/grub-shell-tester.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.
-- 
Arsen Arsenović

Attachment: signature.asc
Description: PGP signature

_______________________________________________
Grub-devel mailing list
Grub-devel@gnu.org
https://lists.gnu.org/mailman/listinfo/grub-devel

Reply via email to