diff options
| author | Paul Traina <pst@FreeBSD.org> | 1996-11-13 01:06:40 +0000 |
|---|---|---|
| committer | Paul Traina <pst@FreeBSD.org> | 1996-11-13 01:06:40 +0000 |
| commit | ee936a69e46e5ebe7c17c72dca3fb232eb167b19 (patch) | |
| tree | 1eea76ea1873c5758e07425cc7eaeef246b89452 /libexec/getty/init.c | |
| parent | 576b74fcc873d219c8eb69f906759a3251b94f0b (diff) | |
Notes
Diffstat (limited to 'libexec/getty/init.c')
| -rw-r--r-- | libexec/getty/init.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libexec/getty/init.c b/libexec/getty/init.c index f28979502e6c..394cb3e474f7 100644 --- a/libexec/getty/init.c +++ b/libexec/getty/init.c @@ -33,7 +33,7 @@ #ifndef lint /*static char sccsid[] = "from: @(#)init.c 8.1 (Berkeley) 6/4/93";*/ -static char rcsid[] = "$Id: init.c,v 1.1.1.2 1996/04/13 15:33:10 joerg Exp $"; +static char rcsid[] = "$Id: init.c,v 1.3 1996/05/05 19:01:09 joerg Exp $"; #endif /* not lint */ /* @@ -76,6 +76,7 @@ struct gettystrs gettystrs[] = { { "we", &tmode.c_cc[VWERASE] }, /* word erase */ { "ln", &tmode.c_cc[VLNEXT] }, /* literal next */ { "Lo" }, /* locale for strftime() */ + { "pp" }, /* ppp login program */ { 0 } }; |
