Just gzip here, xz confuses epylog.

This commit is contained in:
Kevin Fenzi 2014-07-21 14:28:30 +00:00
parent 7a666b0de6
commit 7bb42d3c99

View file

@ -6,6 +6,6 @@
create 0644 root root create 0644 root root
copytruncate copytruncate
compress compress
compresscmd /usr/bin/xz compresscmd /bin/gzip
uncompresscmd /usr/bin/xz uncompresscmd /bin/gzip
} }