File: inittab

package info (click to toggle)
mgetty 1.2.1-1.1
  • links: PTS
  • area: main
  • in suites: bullseye
  • size: 5,800 kB
  • sloc: ansic: 42,691; sh: 6,513; perl: 6,234; makefile: 1,465; tcl: 756; lisp: 283
file content (15 lines) | stat: -rw-r--r-- 645 bytes parent folder | download | duplicates (11)
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