0003-FSDG-os-release-Default-NAME-to-GNU-Linux-instead-of.patch 1.7 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. From a6be5d2b2cd02f302ef70c76b601e7af912c3022 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. src/journal-remote/journal-gatewayd.c | 2 +-
  9. 2 files changed, 2 insertions(+), 2 deletions(-)
  10. diff --git a/man/os-release.xml b/man/os-release.xml
  11. index 9ff4b7e8c2..1c069275c8 100644
  12. --- a/man/os-release.xml
  13. +++ b/man/os-release.xml
  14. @@ -110,7 +110,7 @@
  15. <term><varname>NAME=</varname></term>
  16. <listitem><para>A string identifying the operating system, without a version component, and
  17. - suitable for presentation to the user. If not set, a default of <literal>NAME=Linux</literal> may
  18. + suitable for presentation to the user. If not set, a default of <literal>NAME=GNU/Linux</literal> may
  19. be used.</para>
  20. <para>Examples: <literal>NAME=Fedora</literal>, <literal>NAME="Debian GNU/Linux"</literal>.
  21. diff --git a/src/journal-remote/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c
  22. index 9e77e314ff..3d0c3aafd7 100644
  23. --- a/src/journal-remote/journal-gatewayd.c
  24. +++ b/src/journal-remote/journal-gatewayd.c
  25. @@ -788,7 +788,7 @@ static int request_handler_machine(
  26. SD_ID128_FORMAT_VAL(mid),
  27. SD_ID128_FORMAT_VAL(bid),
  28. hostname_cleanup(hostname),
  29. - os_name ? os_name : "Linux",
  30. + os_name ? os_name : "GNU/Linux",
  31. v ? v : "bare",
  32. usage,
  33. cutoff_from,
  34. --
  35. 2.18.0