This file is indexed.

/usr/share/doc/bacula-doc/techlogs/2004/nb-1.35 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
              Technical notes on version 1.35  
                      Nicolas Boichat

General:

Changes to 1.35.2:
27Aug04
- Use POOLMEM and get_memory instead of alloca in src/dird/status.c
  and src/stored/status.c.
24Aug04
- Add Monitor documentation
- Add Monitor directive in documentation
22Aug04
- Add default Console resource in src/dird/bacula-dir.conf.in with
  access restricted to commands used by tray-monitor: status and 
  .status.
- Add default Director ressource in src/filed/bacula-fd.conf.in and 
  src/stored/bacula-sd.conf.in with Monitor directive enabled.
- Add .status dir [current|last] command to dird.
- Add Monitor directive in fd/sd configuration file (restrict 
  access to status and .status commands).
19Aug04
- Add .status [current|last] command to filed and stored
17Aug04
- Set WANT_AUTOCONF to 2.5 before running autoconf and autoheader
  in the main Makefile (force Gentoo to use the newer version of
  autoconf/autoheader).

Changes to 1.35.1:
14Aug04
- Add src/tray-monitor directory
07Aug04
- Implement .help command.