summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@parabola.nu>2016-05-25 12:24:56 -0400
committerLuke Shumaker <lukeshu@parabola.nu>2018-08-16 21:52:06 -0400
commit7a5c308abb0abc1e1f78b25e42c517cfeb9c1c98 (patch)
tree0eccda33da511de4b9ce674cfc9ca05b777cacaf /src
parent801f9afcc424865f52b676b9c2693de4d37f2d71 (diff)
FSDG: os-release: Default NAME to "GNU/Linux" instead of "Linux"
Diffstat (limited to 'src')
-rw-r--r--src/journal-remote/journal-gatewayd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/journal-remote/journal-gatewayd.c b/src/journal-remote/journal-gatewayd.c
index 9e77e314ff..3d0c3aafd7 100644
--- a/src/journal-remote/journal-gatewayd.c
+++ b/src/journal-remote/journal-gatewayd.c
@@ -788,7 +788,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,