From owner-cvs-libexec Sun Feb 2 13:46:49 1997 Return-Path: Received: (from root@localhost) by freefall.freebsd.org (8.8.5/8.8.5) id NAA16883 for cvs-libexec-outgoing; Sun, 2 Feb 1997 13:46:49 -0800 (PST) Received: from precipice.shockwave.com (ppp-206-170-5-3.rdcy01.pacbell.net [206.170.5.3]) by freefall.freebsd.org (8.8.5/8.8.5) with ESMTP id NAA16870; Sun, 2 Feb 1997 13:46:40 -0800 (PST) Received: from shockwave.com (localhost.shockwave.com [127.0.0.1]) by precipice.shockwave.com (8.8.4/8.7.3) with ESMTP id NAA16482; Sun, 2 Feb 1997 13:46:02 -0800 (PST) Message-Id: <199702022146.NAA16482@precipice.shockwave.com> To: David Nugent 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 In-reply-to: Your message of "Sun, 02 Feb 1997 06:24:59 PST." <199702021424.GAA19608@freefall.freebsd.org> Date: Sun, 02 Feb 1997 13:46:02 -0800 From: Paul Traina Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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 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