summaryrefslogtreecommitdiff
path: root/libre/systemd/0003-FSDG-os-release-Default-to-NAME-GNU-Linux-instead-of.patch
diff options
context:
space:
mode:
authorLuke Shumaker <lukeshu@lukeshu.com>2017-12-21 17:23:26 -0500
committerLuke Shumaker <lukeshu@lukeshu.com>2017-12-21 18:33:27 -0500
commit105996e822db56573f60f831fa73c483e87518e6 (patch)
tree3b62b37227f66cee8608834f750fe9e84c40d1e2 /libre/systemd/0003-FSDG-os-release-Default-to-NAME-GNU-Linux-instead-of.patch
parente3684db86ece2066a0ccf2774dde0dd07446981f (diff)
downloadabslibre-105996e822db56573f60f831fa73c483e87518e6.tar.gz
abslibre-105996e822db56573f60f831fa73c483e87518e6.tar.bz2
abslibre-105996e822db56573f60f831fa73c483e87518e6.zip
libre/systemd: upgpkg 236.0-2.parabola1
Diffstat (limited to 'libre/systemd/0003-FSDG-os-release-Default-to-NAME-GNU-Linux-instead-of.patch')
-rw-r--r--libre/systemd/0003-FSDG-os-release-Default-to-NAME-GNU-Linux-instead-of.patch40
1 files changed, 0 insertions, 40 deletions
diff --git a/libre/systemd/0003-FSDG-os-release-Default-to-NAME-GNU-Linux-instead-of.patch b/libre/systemd/0003-FSDG-os-release-Default-to-NAME-GNU-Linux-instead-of.patch
deleted file mode 100644
index 40761d4ef..000000000
--- a/libre/systemd/0003-FSDG-os-release-Default-to-NAME-GNU-Linux-instead-of.patch
+++ /dev/null
@@ -1,40 +0,0 @@
-From d13b518038bfcdeae9c58bce183751f835cb18d4 Mon Sep 17 00:00:00 2001
-From: Luke Shumaker <lukeshu@parabola.nu>
-Date: Wed, 25 May 2016 12:24:56 -0400
-Subject: [PATCH 3/7] FSDG: os-release: Default to NAME "GNU/Linux" instead of
- "Linux"
-
----
- man/os-release.xml | 2 +-
- src/journal-remote/journal-gatewayd.c | 2 +-
- 2 files changed, 2 insertions(+), 2 deletions(-)
-
-diff --git a/man/os-release.xml b/man/os-release.xml
-index 27d18749d..a88d16b17 100644
---- a/man/os-release.xml
-+++ b/man/os-release.xml
-@@ -121,7 +121,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 9a1c5b76c..93e5f1ae7 100644
---- a/src/journal-remote/journal-gatewayd.c
-+++ b/src/journal-remote/journal-gatewayd.c
-@@ -805,7 +805,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,
---
-2.13.2
-