This file is indexed.

/usr/share/doc/bacula-doc/techlogs/2002/kes04Aug02 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.24 04Aug02  
                       04 August 2002
                       Kern Sibbald

General:
- Lots of work on the restore command.
- Take a stab at eliminating the "broken pipe message"
  when the console program prematurely terminates.

Changes submitted this submission:
- Reimplemented transactions for SQLite by keeping
  them all in the same thread.
- quit in the Console program now waits for Bacula to
  quit. To immediately quit, you must enter .quit
- Eliminated BNET_EOF -- this COULD have some negative consequences
  on interdaemon communications.
- Define Job termination status for Admin jobs.
- Write new bstrncpy() function that guarantees that strcpy is
  properly terminated.
- Fixed command input in ua_input.c to accept quoted items as a
  single field.