summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2016-05-25 12:24:56 -0400
committerLuke Shumaker <lukeshu@lukeshu.com>2018-07-19 12:29:07 -0400
commit4534156c8f9ce5b97315f4af6bc5ac66fcdeb9e1 (patch)
tree539201c6071fdf3e9467822854b0c07146394e45
parentd29a0699f02a04ddc4afc4a62acb85c96380a8cc (diff)
FSDG: os-release: Default NAME to "GNU/Linux" instead of "Linux"
-rw-r--r--man/os-release.xml2
-rw-r--r--src/journal-remote/journal-gatewayd.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/man/os-release.xml b/man/os-release.xml
index db296c4e61..aa36db84f9 100644
--- a/man/os-release.xml
+++ b/man/os-release.xml
@@ -124,7 +124,7 @@
<listitem><para>A string identifying the operating system,
without a version component, and suitable for presentation to
the user. If not set, defaults to
- <literal>NAME=Linux</literal>. Example:
+ <literal>NAME=GNU/Linux</literal>. Example:
<literal>NAME=Fedora</literal> or <literal>NAME="Debian
GNU/Linux"</literal>.</para></listitem>
</varlistentry>
diff --git a/src/journal-remote/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c
index 5a437ce031..59b980873f 100644
--- a/src/journal-remote/journal-gatewayd.c
+++ b/src/journal-remote/journal-gatewayd.c
@@ -807,7 +807,7 @@ static int request_handler_machine(
SD_ID128_FORMAT_VAL(mid),
SD_ID128_FORMAT_VAL(bid),
hostname_cleanup(hostname),
- os_name ? os_name : "Linux",
+ os_name ? os_name : "GNU/Linux",
v ? v : "bare",
usage,
cutoff_from,