This file is indexed.

/usr/share/doc/bacula-doc/techlogs/2002/kes19Jun02 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
              Technical notes on version 1.22 19June02
                       19 June 2002
                       Kern Sibbald

General:
- Improvements to the bootstrap compiler
- Implemented first cut of bootstrap code in the Storage daemon
- Modified the authentication code to be more explicit during 
  failures.

Changes submitted this submission:
- Added a few more debug message numbers with more arguments (Dmsg10, ...)
- Added more and more precise error messages when authentication fails.
- Implemented new "expect" codes in the lexical scanner that allows
  the caller to specify what he wants.                   
- Added integer, positive integer, 64 bit integer, and integer ranges,
  and name scanning to lex.
- Implemented new lex code in parse_conf.c, this reduces significantly
  the code.
- Hopefully fixed a watchdog race bug that caused the watchdog to time
  out a line after 1 hour rather than 6 days.