This file is indexed.

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

General:

Changes submitted this submission:
- Fixed scan_to_eol
- Fixed backup scanning forgot one T_STRING -> T_UNQUOTED_STRING
- changed all rwlock_t to brwlock_t to avoid conflicts with
  Solaris library.
- Added NPRT() macro to allow printing of NULL pointers, which
  segment fault on Solaris.
- Cast printing of pid_t to int for Solaris compiler.