This file is indexed.

/usr/share/doc/flowscan-cugrapher/README.Debian is in flowscan-cugrapher 1.7-9.

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
Using this package
==================

To use this you need to have installed flowscan-cuflow
package and got it running.  See that packages
README.Debian for more information.

Having done that, edit /etc/flowscan/CUGrapher.cf to
reflect your tastes.  The file is self-documenting -
read it.  In particular, be sure to set the OutputDir
variable must be identical to what is in
/etc/flowscan/CUFlow.cf.

Finally, reconfigure your HTTP server to run CUGrapher.pl.
It is installed into:

  /usr/lib/cgi-bin/CUGrapher.pl

and this is a symlink to it:

  /usr/lib/cgi-bin/CUGrapher.cgi

In Apache / Apache2 adding this line to httpd.conf
should suffice:

  Alias "/cuflow"	"/usr/lib/cgi-bin/CUFlow.cgi"

This will allow you to view the CUFlow web page at:

  http://127.0.0.1/cuflow

CUGrapher in this package has been modified to read its
configuration from /etc/flowscan/CUGrapger.cf, so the
instruction in the README.txt file about modifying the
$rrddir to point to your databases no longer applies.