This file is indexed.

/usr/share/doc/filetraq/README.Debian is in filetraq 0.2-15.

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
filetraq for Debian
-------------------

To use the cronjob create an /etc/filetraq.conf file, there's an example on
'/usr/share/doc/filetraq/filetraq.conf'.

The script has been modified to accept a couple of configuration options;
'diffopts' and 'difforder'. The first option lets the user choose the diff
options she likes (see man diff) and the second one lets the user choose the
order of the file comparisons, 'newold' or 'oldnew' (default is 'newold').

To set the options you have to create the file '/etc/default/filetraq' and
write the options with shell syntax, i.e.:

  diffopts="-u -b"
  difforder="oldnew"

--
Sergio Talens-Oliag <sto@debian.org>, Mon, 28 Jan 2002 09:11:41 +0100