This file is indexed.

/usr/share/doc/qingy/README.Debian is in qingy 0.9.7-2.

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
qingy for Debian
----------------

qingy is a getty replacement, so, to use it as a login manager (that's the
reason why you installed it, I suppose), you have to replace some lines in
the inittab(5) file:

instead of:
1:2345:respawn:/sbin/getty 38400 tty1
2:23:respawn:/sbin/getty 38400 tty2
3:23:respawn:/sbin/getty 38400 tty3
4:23:respawn:/sbin/getty 38400 tty4
5:23:respawn:/sbin/getty 38400 tty5
6:23:respawn:/sbin/getty 38400 tty6

you have to use:
1:2345:respawn:/usr/sbin/qingy tty1
2:23:respawn:/usr/sbin/qingy tty2
3:23:respawn:/usr/sbin/qingy tty3
4:23:respawn:/usr/sbin/qingy tty4
5:23:respawn:/usr/sbin/qingy tty5
6:23:respawn:/sbin/getty 38400 tty6

It's useful leaving at least one terminal with getty, so that in case of
problems or misconfiguration, you have at least one surely working terminal.


You also may want to disable any other X login manager (*dm): you could
uninstall the relative package (apt-get remove xdm) or simply disable it
with "update-rc.d xdm remove"

 -- Riccardo Stagni <unriccio@email.it>  Thu, 10 Jul 2008 16:45:29 +0200