This file is indexed.

/usr/share/doc/mgetty/examples/inittab.DEBIAN is in mgetty-docs 1.1.36-3.1.

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
# The following are examples on how to use mgetty for your modem lines.

# Standard case: Full featured mgetty controlled from /etc/mgetty/mgetty.config
#s0:23:respawn:/sbin/mgetty ttyS0

# A modem that does only data. Modems often have trouble distinguishing data
# calls from fax call. You might want to use this with those troublesome modems.
#s1:23:respawn:/sbin/mgetty -D ttyS1

# A special modem that displays a different issue file.
#s2:23:respawn:/sbin/mgetty -i /etc/issue.special ttyS2

# A modem that only supports 19200 baud and we would like it to only pick up
# after the 4th ring.
#s3:23:respawn:/sbin/mgetty -n4 -s19200 -D ttyS3