This file is indexed.

/etc/francine.sl is in francine 0.99.8+orig-2+b1.

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
35
% francine example configuration
% written by and (c) 2000 Andreas Krennmair
% Redistribute after the terms of the GNU General Public License.

% most configuration entries are switches; 1 means yes (or true), 0 means
% no (or false).

% set whether /etc/securetty should be evaluated.
support_securetty = 1;

% set whether a standard $PATH environemt should be set.
% switching it on means better compliance to standard login.
set_path_env = 1;

% set whether the system mailbox should be checked for new email.
check_email = 1;

% set whether speech output to /dev/speech should be supported.
speech_support = 0;

% set the speech device (default: /dev/speech)
% set_speech_device("/dev/speech");


% set the number of seconds after which francine should time out.
% 0 means no timeout.
timeout = 0;

% set another intro string (the string that is printed out for 1 second
% at program startup).
% set_intro_string("Welcome to francine!\n");

% set the theme dir (default: /usr/share/francine/default.theme).
% modify this if you installed another theme.
set_theme_dir("/usr/share/francine/default.theme");