This file is indexed.

/usr/share/doc/bacula-doc/techlogs/2001/kes19Oct01 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.2-19Oct
                       19 October 2001
                        Kern Sibbald

General:
- Mainly minor cleanups since last release.

Changes submitted this submission:
- Added FileSetId to Job record in SQL code (forgot last
  round and all testing was done on BDB).
- Added status command to File daemon.
- Modified daemons to print name, build date as the    
  first line of the status command.
- Enhanced (partially) the UA status command.

   status            with no args, does status of Director
   status storage    status of Storage daemon
   status client     status of Client daemon

- Tried to clean up the job termination code from
  the File daemon in the Director. Added code to implement
  cancelling of a job. Not tested.
- Added configured names to Director and Storage daemon
  (was previously done for file daemon).
- Added version command to console that prints the
  Director's version (not really needed as it is the
  first line that prints anyway).
- Fixed the new mailcommand directive in Message resources to
  work (I was picking it up on pass 2, but it was only available
  on pass 1 of the parser).
- Corrected a few possible references to null pointers in debug
  output in the message handler (Linux handles this, but Solaris
  crashes).