# 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
