]> Frank Brehm's Git Trees - config/bruni/etc.git/commitdiff
committing changes in /etc after emerge run
authorFrank Brehm <frank@brehm-online.com>
Mon, 23 Oct 2017 08:36:56 +0000 (10:36 +0200)
committerFrank Brehm <frank@brehm-online.com>
Mon, 23 Oct 2017 08:36:56 +0000 (10:36 +0200)
Package changes:
+app-crypt/rhash-1.3.5

rhashrc [new file with mode: 0644]

diff --git a/rhashrc b/rhashrc
new file mode 100644 (file)
index 0000000..6cc3a6b
--- /dev/null
+++ b/rhashrc
@@ -0,0 +1,25 @@
+; The RHash config file config
+
+; crc32 is the default hash sum
+#crc32=on
+#md5=on
+#sha1=on
+
+; use windows code page (useful only under windows)
+#ansi=on
+
+; ignore case in filenames, when verifying crc files
+#ignore-case=on
+
+; directories are not scanned recursively by default
+#recursive=on
+
+; OK messages are printed by default
+#skip-ok=on
+
+; accept only *.sfv files while recursively checking directories
+#crc-accept=.sfv
+#crc-accept=.sfv,.md5,.sha1,.tiger,.tth,.aich
+
+; percents are switched off by default
+#percents=on