From 51fd78460e6bfc1bba41fec19c35a8be5fd3eeb8 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Mon, 23 Oct 2017 10:36:56 +0200 Subject: [PATCH] committing changes in /etc after emerge run Package changes: +app-crypt/rhash-1.3.5 --- rhashrc | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 rhashrc diff --git a/rhashrc b/rhashrc new file mode 100644 index 00000000..6cc3a6b5 --- /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 -- 2.39.5