This file is indexed.

/usr/share/doc/bacula-doc/techlogs/2004/nb-1.34 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
              Technical notes on version 1.34  
                        Nicolas Boichat
                        
General:
09May04
- Add support for config file in Mac format (\r used to indicate line
  return).
08May04
- Add support for showing error messages if the configuration file
  used is invalid or non-existing, instead of quitting (useful for
  wx-console). See next 5 points for details.
- Add a function (set_exit_on_error) and a related static variable
  (exit_on_error), modify e_msg and Jmsg not to exit if this variable
  is false (it is always true expect when parsing config files in
  wx-console).
- lex_open_file return NULL if the file cannot be opened
- Add support for NULL returning lex_open_file in lex_get_token
- Add a return value for parse_conf, indicating if the config file
  has been successfully read.
- Add a second parameter in parse_conf (exit_on_error), indicating if
  the application should end if the config file cannot be parsed (normal
  behaviour), or should return false in this case (wx-console behaviour).
07May04
- lex_open_file and parse_config use const char* instead of char* as
  parameters.
- Add MACOSX flag in configure
- Remove MessageBox in syslog (win32/compat), as MessageBox are already
  shown in dispatch_message

26Apr04 Release 1.34.2