summaryrefslogtreecommitdiffstats
path: root/libexec/getty/gettytab.h
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1996-12-31 01:30:38 +0000
committermsmith <msmith@FreeBSD.org>1996-12-31 01:30:38 +0000
commit0368cd4304524bd043bd10360cd198e69a0c897f (patch)
treec74e80b83b7b03f1b165069b9203ae006dd8872b /libexec/getty/gettytab.h
parent052fd9ee5f2f4522b9f5817808e5ee7afb52b13b (diff)
downloadFreeBSD-src-0368cd4304524bd043bd10360cd198e69a0c897f.zip
FreeBSD-src-0368cd4304524bd043bd10360cd198e69a0c897f.tar.gz
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)
Diffstat (limited to 'libexec/getty/gettytab.h')
-rw-r--r--libexec/getty/gettytab.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/getty/gettytab.h b/libexec/getty/gettytab.h
index 8a67315..d247c8e 100644
--- a/libexec/getty/gettytab.h
+++ b/libexec/getty/gettytab.h
@@ -31,7 +31,7 @@
* SUCH DAMAGE.
*
* from: @(#)gettytab.h 8.2 (Berkeley) 3/30/94
- * $Id: gettytab.h,v 1.3 1996/05/05 19:01:09 joerg Exp $
+ * $Id: gettytab.h,v 1.4 1996/11/13 01:06:38 pst Exp $
*/
/*
@@ -131,6 +131,7 @@ struct gettyflags {
#define O1set gettynums[23].set
#define O2 gettynums[24].value
#define O2set gettynums[24].set
+#define DE gettynums[25].value
/*
* Boolean values.
OpenPOWER on IntegriCloud