This file is indexed.

/usr/share/doc/bacula-doc/README is in bacula-doc 5.2.6-3.

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
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
This is the Bacula documentation directory. It currently contains
the following subdirectories:

  Directory              Contents
  home-page              The Bacula Web Site
  manuals                All the manuals
  manuals/en             English version of the manuals
  manuals/en/catalog     Catalog 
             concepts    Concepts
             console     Console and Operators Guide
             developers  Developer's guide
             install     Installation and Configuration Guide
             problems    Problem Resolution Guide
             utility     Utility Programs

  manuals/de             German translation of the manual
  manuals/de/catalog     Catalog 
             concepts    Concepts
             console     Console and Operators Guide
             developers  Developer's guide
             install     Installation and Configuration Guide
             problems    Problem Resolution Guide
             utility     Utility Programs

  manuals/fr             French translation of the manual
  manuals/fr/catalog     Catalog 
             concepts    Concepts
             console     Console and Operators Guide
             developers  Developer's guide
             install     Installation and Configuration Guide
             problems    Problem Resolution Guide
             utility     Utility Programs

  techlogs           Technical development logs

Build instructions:                       

You must have at least the following packages loaded:
latex2html
te_latex
tetex

First, you must do:

  cd <docs>
  ./configure --with-bacula=<path-to-bacula-source>

  This will find the current Bacula version, and create
  all the Makefiles from Makefile.in  

  Do not edit the Makefiles or your changes will be lost. Always
  edit Makefile.in

Web site:  nothing to build, simply copy the files to the
           Web site, then load the documents in the appropriate
           places.


English manual:
   cd <docs>
   make

   The above builds all the Bacula English manuals.    
   At some point in the future, it will also build the
   other languages, when they are ready for distribution.

   Each subdirectory of manuals/en/xxx contains a subdirectory
   named xxx which contains the web version of that particular
   manual.  The pdf is in manuals/en/xxx/xxx.pdf

German manual:
   cd <docs>
   make german
   Same as above

French manual:
   cd <docs>
   make french
   Same as above:

A distribution is made by exporting the SVN then building everything
and finally tarring it up.