From 8c9571d0ae50656f730a5e37378d5c3dcf3b9789 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Fri, 27 Jun 2014 19:09:22 +0200 Subject: coredump: replace Compression= setting by simpler Compress= boolean setting Let's move things closer to journald's configuration settings, which knows Compress= already, as a boolean. This makes things more uniform, but also gives us more freedom to possibly swap out the used compression algorithm one day. --- man/coredump.conf.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'man') diff --git a/man/coredump.conf.xml b/man/coredump.conf.xml index cc54466771..c87cf68bc5 100644 --- a/man/coredump.conf.xml +++ b/man/coredump.conf.xml @@ -88,11 +88,11 @@ - Compression= + Compress= Controls the type of compression for external - storage. One of xz or - none. + storage. Takes a boolean argument, defaults to + yes. -- cgit v1.2.3-54-g00ecf