This file is indexed.

/usr/share/doc/lrzip/lrzip.conf.example is in lrzip 0.631-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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
# lrzip.conf example file
# anything beginning with a # or whitespace will be ignored
# valid parameters are separated with an = and a value
# parameters and values are not case sensitive
# 
# lrzip 0.24+, peter hyman, pete@peterhyman.com
# ignored by earlier versions.

# Compression Window size in 100MB. Normally selected by program.
# WINDOW = 20

# Compression Level 1-9 (7 Default).
# COMPRESSIONLEVEL = 7

# Use -U setting, Unlimited ram. Yes or No
# UNLIMITED = NO

# Compression Method, rzip, gzip, bzip2, lzo, or lzma (default), or zpaq.
# If specified here, command line options not usable.
# COMPRESSIONMETHOD = lzma

# Perform LZO Test. Default = YES (-T option, NO)
# LZOTEST = NO

# Hash Check on decompression, YES
# HASHCHECK = YES

# Show HASH value on Compression even if Verbose is off, YES
# SHOWHASH = YES

# Default output directory
# OUTPUTDIRECTORY = location

# Verbosity, Yes or Max
# VERBOSITY = max

# Show Progress as file is parsed, Yes or no
# SHOWPROGRESS = true

# Set Niceness. 19 is default. -20 to 19 is the allowable range
# NICE = 19

# Keep broken or damaged output files, YES
# KEEPBROKEN = YES

# Delete source file after compression
# this parameter and value are case sensitive
# value must be YES to activate

# DELETEFILES = NO

# Replace existing lrzip file when compressing
# this parameter and value are case sensitive
# value must be YES to activate

# REPLACEFILE = YES 

# Override for Temporary Directory. Only valid when stdin/out or Test is used
# TMPDIR = /tmp

# ENCRYPT = NO

# Whether to use encryption on compression