# /etc/gettytab getty(8) terminal configuration database
#
# This file has the same syntax as termcap(5). The currently implemented
# tags mean:
#
# TAG	meaning		type		default
# ----------------------------------------
# hn	hostname	string		uname(2)'s nodename
# im	initial message	string(path)	/etc/issue
# lm	login message	string		"\r\n%h login: "
# tt	terminal type	string		vt100
# ep	even parity	flag		no
# np	no parity	flag		yes
# sp	line speed	num		9600
# tc	"termcap"	string		(none) (used for chaining entries)
# 
# The login message may contain variables which will be expanded
# %h -> hostname
# %t -> the terminal device (as passed from the command line)
# %b -> the current baud rate
# %d -> an ISO formatted date + time string (YYYY-MM-DD hh:mm:ss)
#
# REMEMBER: A colon is \072
#
# Not-Yet-Implemented:
# current #users and load, "clear" flag and sequence (e.g :cl="\Ec":),
# Baudrate+Parity cycling,.

de|default:\
	:sp#9600:np:

VC|linux:\
	:sp#19200:tc=de:
