aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/init.c
diff options
context:
space:
mode:
authorDavid Nugent <davidn@FreeBSD.org>1997-02-02 14:24:57 +0000
committerDavid Nugent <davidn@FreeBSD.org>1997-02-02 14:24:57 +0000
commitfe552114a361575809b3d62210fc964bcbfc30eb (patch)
tree38ad4d1d669a24d80c631c3373fb8810d17d7643 /libexec/getty/init.c
parentc5ec806f68ac4d3aabb2c5dc7165c1d28ba9b533 (diff)
Notes
Diffstat (limited to 'libexec/getty/init.c')
-rw-r--r--libexec/getty/init.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c
index eca9280e9d53..f6551f96dd44 100644
--- a/libexec/getty/init.c
+++ b/libexec/getty/init.c
@@ -77,6 +77,9 @@ struct gettystrs gettystrs[] = {
{ "ln", &tmode.c_cc[VLNEXT] }, /* literal next */
{ "Lo" }, /* locale for strftime() */
{ "pp" }, /* ppp login program */
+ { "if" }, /* sysv-like 'issue' filename */
+ { "ic" }, /* modem init-chat */
+ { "ac" }, /* modem answer-chat */
{ 0 }
};
@@ -107,6 +110,9 @@ struct gettynums gettynums[] = {
{ "o1" }, /* input o_flags */
{ "o2" }, /* user mode o_flags */
{ "de" }, /* delay before sending 1st prompt */
+ { "rt" }, /* reset timeout */
+ { "ct" }, /* chat script timeout */
+ { "dc" }, /* debug chat script value */
{ 0 }
};
@@ -135,5 +141,6 @@ struct gettyflags gettyflags[] = {
{ "dx", 0 }, /* set decctlq */
{ "np", 0 }, /* no parity at all (8bit chars) */
{ "mb", 0 }, /* do MDMBUF flow control */
+ { "hw", 0 }, /* do CTSRTS flow control */
{ 0 }
};