diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:35:06 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 13:35:06 +0000 |
commit | f9be52fa859528b0439964589d03d85796275cdb (patch) | |
tree | 174763c6a2c37083bf3e81c8a9aca0b2eb40c9cc /zutilsrc | |
parent | Initial commit. (diff) | |
download | zutils-f9be52fa859528b0439964589d03d85796275cdb.tar.xz zutils-f9be52fa859528b0439964589d03d85796275cdb.zip |
Adding upstream version 1.10.upstream/1.10upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | zutilsrc | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/zutilsrc b/zutilsrc new file mode 100644 index 0000000..04a1d69 --- /dev/null +++ b/zutilsrc @@ -0,0 +1,16 @@ +# +# 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 |