From owner-cvs-libexec Mon Dec 30 17:30:43 1996 Return-Path: <owner-cvs-libexec> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA04973 for cvs-libexec-outgoing; Mon, 30 Dec 1996 17:30:43 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id RAA04966; Mon, 30 Dec 1996 17:30:40 -0800 (PST) Date: Mon, 30 Dec 1996 17:30:40 -0800 (PST) From: Michael Smith <msmith> Message-Id: <199612310130.RAA04966@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/getty gettytab.5 gettytab.h init.c main.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 96/12/30 17:30:40 Modified: libexec/getty gettytab.5 gettytab.h init.c main.c Log: Add a new 'de' capability, specifying a number of seconds to sleep before emitting the initial prompt. This is useful in a number of circumstances : - you have (a) stupid modem(s) that assert(s) DCD too soon. - you have dialin users with stupid diallers and poorly written chatscripts. (esp. some Winsock diallers) BSD/OS also has this capability. Submitted by: damian@cablenet.net (Damian Hamill) Revision Changes Path 1.11 +2 -1 src/libexec/getty/gettytab.5 1.5 +2 -1 src/libexec/getty/gettytab.h 1.5 +4 -2 src/libexec/getty/init.c 1.12 +7 -1 src/libexec/getty/main.c From owner-cvs-libexec Mon Dec 30 21:50:32 1996 Return-Path: <owner-cvs-libexec> Received: (from root@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16768 for cvs-libexec-outgoing; Mon, 30 Dec 1996 21:50:32 -0800 (PST) Received: (from msmith@localhost) by freefall.freebsd.org (8.8.4/8.8.4) id VAA16761; Mon, 30 Dec 1996 21:50:31 -0800 (PST) Date: Mon, 30 Dec 1996 21:50:31 -0800 (PST) From: Michael Smith <msmith> Message-Id: <199612310550.VAA16761@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/getty gettytab.5 gettytab.h init.c main.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk msmith 96/12/30 21:50:30 Branch: libexec/getty RELENG_2_2 Modified: libexec/getty gettytab.5 gettytab.h init.c main.c Log: YAMFC (add 'de' capability) Approved-by: jkh Revision Changes Path 1.7.2.3 +2 -1 src/libexec/getty/gettytab.5 1.3.2.2 +2 -1 src/libexec/getty/gettytab.h 1.3.2.2 +4 -2 src/libexec/getty/init.c 1.10.2.2 +7 -1 src/libexec/getty/main.c