0004-FSDG-os-release-Default-ID-to-gnu-linux-instead-of-l.patch 997 B

1234567891011121314151617181920212223242526272829
  1. From 8dab19e27e7d8c81cf3fec4413172a7597c9da44 Mon Sep 17 00:00:00 2001
  2. From: Luke Shumaker <lukeshu@parabola.nu>
  3. Date: Wed, 25 May 2016 12:28:30 -0400
  4. Subject: [PATCH 4/7] FSDG: os-release: Default ID to "gnu-linux" instead of
  5. "linux"
  6. As far as I can tell, no code in this repository actually uses the ID
  7. field, so this is just a man page change.
  8. ---
  9. man/os-release.xml | 2 +-
  10. 1 file changed, 1 insertion(+), 1 deletion(-)
  11. diff --git a/man/os-release.xml b/man/os-release.xml
  12. index 1c069275c8..272258b4e1 100644
  13. --- a/man/os-release.xml
  14. +++ b/man/os-release.xml
  15. @@ -122,7 +122,7 @@
  16. the operating system, excluding any version information and
  17. suitable for processing by scripts or usage in generated
  18. filenames. If not set, defaults to
  19. - <literal>ID=linux</literal>. Example:
  20. + <literal>ID=gnu-linux</literal>. Example:
  21. <literal>ID=fedora</literal> or
  22. <literal>ID=debian</literal>.</para></listitem>
  23. </varlistentry>
  24. --
  25. 2.18.0