diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-12-08 15:52:49 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2022-12-08 15:52:49 +0000 |
commit | 5a7a494ba28f0dfaa5792f70585ca4dfe3c3051a (patch) | |
tree | bf7d15bc5746003a969b81574707882fbe2df8cb /zutilsrc | |
parent | Releasing debian version 1.12~pre2-2. (diff) | |
download | zutils-5a7a494ba28f0dfaa5792f70585ca4dfe3c3051a.tar.xz zutils-5a7a494ba28f0dfaa5792f70585ca4dfe3c3051a.zip |
Merging upstream version 1.12~rc1.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'zutilsrc')
-rw-r--r-- | zutilsrc | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/zutilsrc b/zutilsrc deleted file mode 100644 index a207a7f..0000000 --- a/zutilsrc +++ /dev/null @@ -1,17 +0,0 @@ -# -# Runtime Configuration file for Zutils -# -# Zutils looks for this file in: -# 1 - $HOME/.zutilsrc -# 2 - ${sysconfdir}/zutilsrc - -# This file sets the compressor and options to be used for each format. -# The command line options override compressors specified in this file. -# Syntax: <format> = <compressor> [options] -# Uncomment each line you want to take effect. - -# bz2 = lbzip2 -n2 -# gz = pigz -p2 -# lz = plzip -n2 -# xz = pixz -p2 -# zst = zstd -T2 |