summaryrefslogtreecommitdiffstats
path: root/zutilsrc
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:26:51 +0000
committerDaniel Baumann <mail@daniel-baumann.ch>2015-11-08 04:26:51 +0000
commitabdd6f5dd4e9b01f68646858e3abc58325436be3 (patch)
tree7d78c505a87aed973c3154a810d57feb259b69a6 /zutilsrc
parentAdding upstream version 1.0. (diff)
downloadzutils-abdd6f5dd4e9b01f68646858e3abc58325436be3.tar.xz
zutils-abdd6f5dd4e9b01f68646858e3abc58325436be3.zip
Adding upstream version 1.1~rc2.upstream/1.1_rc2
Signed-off-by: Daniel Baumann <mail@daniel-baumann.ch>
Diffstat (limited to 'zutilsrc')
-rw-r--r--zutilsrc16
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