In man journald.conf, removes reference to XZ as sole form of
compression. See commit d89c8fdf48c7bad5816b9f2e77e8361721f22517.

In man coredump.conf, clarifies that "Compression=" controls existence,
not type, of compression.

Regards,
>From c8e0efc6226f27171d57706eb1a864d05d7e60e2 Mon Sep 17 00:00:00 2001
From: Chris Atkinson <c...@pipeline.com>
Date: Sun, 30 Nov 2014 21:51:49 -0500
Subject: [PATCH] Delete ZX as sole compression; "Compress=" as boolean

---
 man/coredump.conf.xml | 2 +-
 man/journald.conf.xml | 5 ++---
 2 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml
index 5d54407..7046460 100644
--- a/man/coredump.conf.xml
+++ b/man/coredump.conf.xml
@@ -99,7 +99,7 @@
       <varlistentry>
         <term><varname>Compress=</varname></term>
 
-        <listitem><para>Controls the type of compression for external
+        <listitem><para>Controls compression for external
         storage. Takes a boolean argument, defaults to
         <literal>yes</literal>.</para>
         </listitem>
diff --git a/man/journald.conf.xml b/man/journald.conf.xml
index bf0b944..e240b7c 100644
--- a/man/journald.conf.xml
+++ b/man/journald.conf.xml
@@ -123,9 +123,8 @@
                                 value. If enabled (the default), data
                                 objects that shall be stored in the
                                 journal and are larger than a certain
-                                threshold are compressed with the XZ
-                                compression algorithm before they are
-                                written to the file
+                                threshold are compressed before they 
+                                are written to the file
                                 system.</para></listitem>
                         </varlistentry>
 
-- 
2.1.3

_______________________________________________
systemd-devel mailing list
systemd-devel@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/systemd-devel

Reply via email to