summaryrefslogtreecommitdiff
path: root/libre-testing/systemd/0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch
diff options
context:
space:
mode:
authorbill-auger <mr.j.spam.me@gmail.com>2019-01-15 23:38:03 -0500
committerbill-auger <mr.j.spam.me@gmail.com>2019-01-15 23:38:03 -0500
commitb1287b34794130a1ff32f61a1ba30b9a830466c1 (patch)
tree61fea481960a33e8d912cb4a127aec62d0b252df /libre-testing/systemd/0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch
parent4efabdd4fcc19c30b09f49d1ec4d69fb110e8e29 (diff)
downloadabslibre-b1287b34794130a1ff32f61a1ba30b9a830466c1.tar.gz
abslibre-b1287b34794130a1ff32f61a1ba30b9a830466c1.tar.bz2
abslibre-b1287b34794130a1ff32f61a1ba30b9a830466c1.zip
copy systemd to [libre-testing]
Diffstat (limited to 'libre-testing/systemd/0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch')
-rw-r--r--libre-testing/systemd/0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch28
1 files changed, 28 insertions, 0 deletions
diff --git a/libre-testing/systemd/0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch b/libre-testing/systemd/0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch
new file mode 100644
index 000000000..58e157b21
--- /dev/null
+++ b/libre-testing/systemd/0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch
@@ -0,0 +1,28 @@
+From 8dab19e27e7d8c81cf3fec4413172a7597c9da44 Mon Sep 17 00:00:00 2001
+From: Luke Shumaker <lukeshu@parabola.nu>
+Date: Wed, 25 May 2016 12:28:30 -0400
+Subject: [PATCH 4/7] FSDG: os-release: Default ID to "gnu-linux" instead of
+ "linux"
+
+As far as I can tell, no code in this repository actually uses the ID
+field, so this is just a man page change.
+---
+ man/os-release.xml | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/man/os-release.xml b/man/os-release.xml
+index 1c069275c8..272258b4e1 100644
+--- a/man/os-release.xml
++++ b/man/os-release.xml
+@@ -122,7 +122,7 @@
+ the operating system, excluding any version information and
+ suitable for processing by scripts or usage in generated
+ filenames. If not set, defaults to
+- <literal>ID=linux</literal>. Example:
++ <literal>ID=gnu-linux</literal>. Example:
+ <literal>ID=fedora</literal> or
+ <literal>ID=debian</literal>.</para></listitem>
+ </varlistentry>
+--
+2.18.0
+