0003-FSDG-os-release-Default-NAME-to-GNU-Linux-instead-of.patch 997 B

123456789101112131415161718192021222324252627
  1. From 8984b62da1706d9d3288b4d51aabc75e90765f43 Mon Sep 17 00:00:00 2001
  2. From: Luke Shumaker <lukeshu@parabola.nu>
  3. Date: Wed, 25 May 2016 12:24:56 -0400
  4. Subject: [PATCH 3/7] FSDG: os-release: Default NAME to "GNU/Linux" instead of
  5. "Linux"
  6. ---
  7. man/os-release.xml | 2 +-
  8. 1 file changed, 1 insertion(+), 1 deletion(-)
  9. diff --git a/man/os-release.xml b/man/os-release.xml
  10. index 4aad523fa4..17617520c2 100644
  11. --- a/man/os-release.xml
  12. +++ b/man/os-release.xml
  13. @@ -144,7 +144,7 @@
  14. <term><varname>NAME=</varname></term>
  15. <listitem><para>A string identifying the operating system, without a version component, and
  16. - suitable for presentation to the user. If not set, a default of <literal>NAME=Linux</literal> may
  17. + suitable for presentation to the user. If not set, a default of <literal>NAME=GNU/Linux</literal> may
  18. be used.</para>
  19. <para>Examples: <literal>NAME=Fedora</literal>, <literal>NAME="Debian GNU/Linux"</literal>.
  20. --
  21. 2.44.0