This file is indexed.

/usr/share/doc/bacula-doc/techlogs/2002/kes10Oct02 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
34
              Technical notes on version 1.26 10Oct02  
                     10 October 2002
                       Kern Sibbald

General:
- Changed Job name conventions to avoid : which is an illegal
  character on Windows.

Changes submitted this submission:
- Added check for inet_pton to configure.in. If it does not
  exist (e.g. Windows) use inet_aton
- Documentation on GZIP.
- Another restore doc example.
- Documented btape fill command.
- Set default restore directory from /tmp to /tmp/bacula-restores
- Add additional no find error messages to sql_get.c
- Creating a bootstrap file on Windows failed because the Job name
  contained colons which are illegal on Windows. Replaced the
  colons with periods.  This corrects the Windows restore problem.
- Print number of files to be restored in "restore" command.
- On Windows systems, if there is a prefix, completely eliminate
  any drive: at the beginning of a path.
- Minor corrections to the tree routines to handle Windows
  files such as c:/ better. Previously it insisted on /c:/, which
  would then not be found in the catalog for a "dir" command.
- Modified cd command in restore to try /c: if c: fails.
- Add a new S_ISWIN32 bit to the st_mode word so that low level
  routines that create files do not print error messages.
- More work must be done to restore all Windows files correctly.
  Currently the following bits are not handled:
    Archive
    Hidden
    System 
  Also, all the dates are not properly restored.