From: Frank Brehm Date: Mon, 23 Oct 2017 08:36:56 +0000 (+0200) Subject: committing changes in /etc after emerge run X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=51fd78460e6bfc1bba41fec19c35a8be5fd3eeb8;p=config%2Fbruni%2Fetc.git committing changes in /etc after emerge run Package changes: +app-crypt/rhash-1.3.5 --- 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