Date: Sun, 02 Feb 1997 13:46:02 -0800 From: Paul Traina <pst@shockwave.com> To: David Nugent <davidn@freefall.freebsd.org> Cc: CVS-committers@freefall.freebsd.org, cvs-all@freefall.freebsd.org, cvs-libexec@freefall.freebsd.org Subject: Re: cvs commit: src/libexec/getty chat.c Makefile extern.h gettytab.5 gettytab.h init.c main.c subr.c Message-ID: <199702022146.NAA16482@precipice.shockwave.com> In-Reply-To: Your message of "Sun, 02 Feb 1997 06:24:59 PST." <199702021424.GAA19608@freefall.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
I bet I'm going to sound like the pot calling the kettle black, given that
I added the PPP extensions to getty, but "Is there a reason for this being
added to the base-level getty when we have a plethora of enhanced-functionality
getty ports already available and supported?"
(i.e. we made an unconscious decision to NOT add modem initialization crud
into our getty for several years, why change now?)
From: David Nugent <davidn@freefall.freebsd.org>
Subject: cvs commit: src/libexec/getty chat.c Makefile extern.h gettytab.5 g
>>ettytab.h init.c main.c subr.c
davidn 97/02/02 06:24:59
Modified: libexec/getty Makefile extern.h gettytab.5 gettytab.h
init.c main.c subr.c
Added: libexec/getty chat.c
Log:
Added:
ic=expect/send script modem init script
ac=expect/send script modem answer script
ct#val chat script timeout (seconds)
rt#val recycle timeout (seconds) if 'ac' set
dc#val debug bitmask for debugging chat scripts
hw (boolean) enable crtscts handshaking
if=path 'issue' file sent prior login prompt
chat.c is a simplistic expect/send chat module.
Revision Changes Path
1.7 +2 -1 src/libexec/getty/Makefile
1.4 +1 -0 src/libexec/getty/extern.h
1.13 +120 -3 src/libexec/getty/gettytab.5
1.7 +8 -0 src/libexec/getty/gettytab.h
1.7 +7 -0 src/libexec/getty/init.c
1.15 +183 -50 src/libexec/getty/main.c
1.8 +5 -0 src/libexec/getty/subr.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199702022146.NAA16482>
