aboutsummaryrefslogtreecommitdiff
path: root/libexec/getty/init.c
Commit message (Collapse)AuthorAgeFilesLines
* $Id$ -> $FreeBSD$Peter Wemm1999-08-291-1/+1
| | | | Notes: svn path=/stable/3/; revision=50572
* MFC: Use realhostname() and trimdomain().Brian Somers1999-05-021-1/+1
| | | | | | | | | | main() returns int Silence egcs (yeah, I know....) Reprompt if given an empty login name in uucpd Correct errno handling in uucpd. Notes: svn path=/stable/3/; revision=46281
* MFC: al=username autologin supportPeter Wemm1999-04-071-1/+2
| | | | | | | Submitted by: "Andrew J. Korty" <ajk@purdue.edu> Notes: svn path=/stable/3/; revision=45416
* Correct incompletes .Xrs. Remove duplicate #includes and unused variables.Philippe Charnier1997-11-211-2/+5
| | | | Notes: svn path=/head/; revision=31331
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Added:David Nugent1997-02-021-0/+7
| | | | | | | | | | | | | | | 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. Notes: svn path=/head/; revision=22208
* Make the long-awaited change from $Id$ to $FreeBSD$Jordan K. Hubbard1997-01-141-1/+1
| | | | | | | | | | | This will make a number of things easier in the future, as well as (finally!) avoiding the Id-smashing problem which has plagued developers for so long. Boy, I'm glad we're not using sup anymore. This update would have been insane otherwise. Notes: svn path=/head/; revision=21673
* Add a new 'de' capability, specifying a number of seconds to sleep beforeMike Smith1996-12-311-2/+4
| | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=21120
* Add the >optional< ability to sense PPP link bringups and call an ↵Paul Traina1996-11-131-1/+2
| | | | | | | authentication program Notes: svn path=/head/; revision=19697
* Finally commit the changes that make getty(8) no longer depend on theJoerg Wunsch1996-05-051-25/+40
| | | | | | | | | | | | | | | COMPAT_43 cruft. This is supposedly the last core utility that has been using it! (So now, one should be able to remove this option from the config files. Be aware that the last officially released xterm however still requires it.) The getty has been running now for several weeks on my modem line, so i feel safe about it. Obtained from: mostly from the NetBSD vendor-branch Notes: svn path=/head/; revision=15645
* Replace this with the 1.1.5.1 getty. David says that the 4.4 version is tooJordan K. Hubbard1994-08-261-3/+3
| | | | | | | | broken to live. Submitted by: jkh Notes: svn path=/head/; revision=2286
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+121
Notes: svn path=/vendor/CSRG/dist/; revision=1592