This file is indexed.

/etc/rhashrc is in rhash 1.3.1-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
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