# # This file works only with getty_ps. # # Be sure to use CLOCAL for vt's and hard-wired terminals. # # default/virtual console entry: # vc# B9600 SANE # B9600 SANE -ISTRIP CLOCAL #@S login: #vc # Modem locked at 38400: # 38400# B38400 CS8 CRTSCTS # B38400 SANE -ISTRIP CRTSCTS #@S login: #38400 115200# B115200 CS8 CRTSCTS # B115200 SANE -ISTRIP CRTSCTS #@S login: #115200 # Modem that autobauds to different speeds, terminal locked at 9600, etc: # - SANE includes CS8 ISTRIP HUPCL # - DON'T USE SANE or ECHO for initial config!!!!! # 9600# B9600 CS8 # B9600 SANE -ISTRIP #@S login: #9600 2400# B2400 CS8 # B2400 SANE -ISTRIP #login: #2400 1200# B1200 CS8 # B1200 SANE -ISTRIP #login: #1200 300# B300 CS8 # B300 SANE -ISTRIP #login: #300 # Ab hier Änderungen von mir: # (Diese braucht man auch für den mgetty!) # 115200 fixed speed with hardware flow control F115200# B115200 CS8 CRTSCTS # B115200 SANE -ISTRIP HUPCL CRTSCTS #@S @L @B login: #F115200 # 57600 fixed speed with hardware flow control F57600# B57600 CS8 CRTSCTS # B57600 SANE -ISTRIP HUPCL CRTSCTS #@S @L @B login: #F57600 # 38400 fixed speed with hardware flow control F38400# B38400 CS8 CRTSCTS # B38400 SANE -ISTRIP HUPCL CRTSCTS #@S @L @B login: #F38400 # 19200 fixed speed with hardware flow control F19200# B19200 CS8 CRTSCTS # B19200 SANE -ISTRIP HUPCL CRTSCTS #@S @L @B login: #F19200 # 9600 fixed speed with hardware flow control F9600# B9600 CS8 CRTSCTS # B9600 SANE -ISTRIP HUPCL CRTSCTS #@S @L @B login: #F9600 # @B The current (evaluated at the time the @B is seen) bps rate. # @D The current date, in MM/DD/YY. # @L The serial line to which getty is attached. # @S The system name. # @T The current time, in HH:MM:SS (24-hour). # @U The number of currently signed-on users. This is a # count of the number of entries in the /etc/utmp file # that have a non-null ut_name field. # @V The value of VERSION, as given in the defaults file. # To display a single '@' character, use either '\@' or '@@'.