summaryrefslogtreecommitdiff
path: root/libexec/getty/gettytab.5
Commit message (Collapse)AuthorAgeFilesLines
* Copy releng/7.3 to release/7.3.0 to mark 7.3-RELEASE.release/7.3.0_cvsKen Smith2010-03-211-1/+1
| | | | | | Approved by: re (implicit) This commit was manufactured to restore the state of the 7.3-RELEASE image.
* Sort sections.Ruslan Ermilov2005-01-181-5/+5
| | | | Notes: svn path=/head/; revision=140414
* Improve the manpage language a bit.Yaroslav Tykhiy2003-06-171-1/+1
| | | | | | | | | | | A PPP login program is started _automatically_ (i.e., without human intervention) even with the "pl" capability unset, as soon as a PPP frame is detected. But with "pl" set, a PPP login program is started independently of the result of PPP detection (which is rendered unnecessary then,) i.e. _unconditionally_. Notes: svn path=/head/; revision=116482
* Break sentences.Yaroslav Tykhiy2003-06-101-4/+6
| | | | | | | MFC after: 1 week Notes: svn path=/head/; revision=116153
* General mdoc(7) markup fixes:Yaroslav Tykhiy2003-06-101-61/+67
| | | | | | | | | | | | | | - Use .Va, not .Em, to mark up variable-like identifiers (capability and database entry names.) - Stop abusing .Tn (trademark) to emphasize general phrases. - Spot unmarked capability references. - Add a missing line break. Discussed with: ru MFC after: 1 week Notes: svn path=/head/; revision=116152
* Improve the language and markup of the description of the pp and plYaroslav Tykhiy2003-06-101-7/+18
| | | | | | | | | | | | | | | capabilities: - Mark up capability identifiers. - Don't squeeze much text into the capability table given the options will be described below in detail. - Keep the capability table sorted. - Use a consistent term for a PPP login program. MFC after: 1 week Notes: svn path=/head/; revision=116151
* The .Xr utilityPhilippe Charnier2003-06-081-2/+3
| | | | Notes: svn path=/head/; revision=116033
* mdoc(7) police: expand contraction.Ruslan Ermilov2003-02-231-1/+1
| | | | Notes: svn path=/head/; revision=111283
* Add a new gettytab(5) option - `pl', which if set tells getty that the lineMaxim Sobolev2003-01-191-0/+2
| | | | | | | | | | | | | in question is PPP-only line, i.e. no PPP-sequence detection is necessary and PPP login program referenced by `pp' should be started automatically instead of login(1) Feature suggested and sponsored by: United Networks of Ukraine No reply from: re MFC after: 2 weeks Notes: svn path=/head/; revision=109540
* english(4) police.Jens Schweikhardt2002-12-271-1/+1
| | | | Notes: svn path=/head/; revision=108317
* mdoc(7) police: Removed redundant .Ns calls.Ruslan Ermilov2002-08-131-1/+1
| | | | Notes: svn path=/head/; revision=101828
* mdoc(7) police: removed HISTORY info from the .Os call.Ruslan Ermilov2001-07-101-1/+1
| | | | Notes: svn path=/head/; revision=79529
* mdoc(7) police: remove extraneous .Pp before and/or after .Sh.Dima Dorfman2001-07-091-1/+0
| | | | Notes: svn path=/head/; revision=79454
* Add 'df' string to gettytab - the strftime(3) format for %dYaroslav Tykhiy2001-06-071-4/+5
| | | | | | | | | in the banner messages (of course, defaults to "%+"). Submitted by: Gleb Smirnoff <glebius@tak.estra.ru> Notes: svn path=/head/; revision=77874
* mdoc(7) police: split punctuation characters + misc fixes.Ruslan Ermilov2001-02-011-1/+1
| | | | Notes: svn path=/head/; revision=71895
* Prepare for mdoc(7)NG.Ruslan Ermilov2001-01-161-1/+1
| | | | Notes: svn path=/head/; revision=71099
* Prepare for mdoc(7)NG.Ruslan Ermilov2000-12-201-4/+4
| | | | Notes: svn path=/head/; revision=70227
* mdoc(7) police: use the new features of the Nm macro.Ruslan Ermilov2000-11-201-1/+1
| | | | Notes: svn path=/head/; revision=68949
* remove trailing periods from SEE ALSO.Ben Smithurst2000-11-151-1/+1
| | | | Notes: svn path=/head/; revision=68756
* Avoid use of direct troff requests in mdoc(7) manual pages.Ruslan Ermilov2000-11-101-2/+0
| | | | Notes: svn path=/head/; revision=68575
* Add 'nc' flag to gettytab -- no carrier. Forces non-blocking open andNick Sayer2000-07-311-0/+1
| | | | | | | | | | setting of CLOCAL. Necessary for 3 wire RS-232 setups with dumb terminals. PR: 5959 Notes: svn path=/head/; revision=64076
* Correct spelling : ascii -> ASCIIAlexey Zelkin1999-09-201-1/+1
| | | | | | | | | PR: docs/13702 Submitted by: Stephen J. Roznowski <sjr@home.com> Reviewed by: mpp Notes: svn path=/head/; revision=51457
* $Id$ -> $FreeBSD$Peter Wemm1999-08-281-1/+1
| | | | Notes: svn path=/head/; revision=50476
* Add an 'al' (autologin username) capability to getty/gettytab. This is aPeter Wemm1999-04-041-1/+2
| | | | | | | | | | | | | damn useful thing for using with serial consoles in clusters etc or secure console locations. Using a custom gettytab entry for console with an entry like 'al=root' means that there is *always* a root login ready on the console. This should replace hacks like those which go with conserver etc. (This is a loaded gun, watch out for those feet!) Submitted by: "Andrew J. Korty" <ajk@purdue.edu> Notes: svn path=/head/; revision=45291
* Spelling fixes.Poul-Henning Kamp1998-06-101-2/+2
| | | | | | | | | PR: 6903 Reviewed by: phk Submitted by: Josh Gilliam <josh@quick.net> Notes: svn path=/head/; revision=36853
* Clarify use of 'if' capability.Steve Price1998-05-041-5/+6
| | | | | | | | PR: 6499 Submitted by: Doug Barton <Studded@san.rr.com> Notes: svn path=/head/; revision=35665
* Correct incompletes .Xrs. Remove duplicate #includes and unused variables.Philippe Charnier1997-11-211-8/+9
| | | | Notes: svn path=/head/; revision=31331
* Turn off hyphenation in this manpage so that .Xr macros, don't getSteve Price1997-08-231-1/+3
| | | | | | | | | split between lines. PR: bin/4080 Notes: svn path=/head/; revision=28626
* Revert $FreeBSD$ to $Id$Peter Wemm1997-02-221-1/+1
| | | | Notes: svn path=/head/; revision=22989
* Added:David Nugent1997-02-021-3/+120
| | | | | | | | | | | | | | | 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-1/+2
| | | | | | | | | | | | | | | | 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
* Correct some xrefs/mlinks.Mike Pritchard1996-12-141-5/+5
| | | | Notes: svn path=/head/; revision=20486
* remove newly added reference to ppploginPaul Traina1996-11-131-2/+1
| | | | Notes: svn path=/head/; revision=19699
* Add the >optional< ability to sense PPP link bringups and call an ↵Paul Traina1996-11-131-1/+9
| | | | | | | authentication program Notes: svn path=/head/; revision=19697
* Use the .Bx macro where appropriate.Mike Pritchard1996-08-231-2/+3
| | | | Notes: svn path=/head/; revision=17797
* Finally commit the changes that make getty(8) no longer depend on theJoerg Wunsch1996-05-051-43/+109
| | | | | | | | | | | | | | | 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
* Back this change out. It's just not worth arguing over and any further emailsJordan K. Hubbard1995-08-031-8/+3
| | | | | | | | | I get on this topic will go straight to /dev/null. This is absolutely the last word on this topic you'll see from me. Too much time has already been wasted. Notes: svn path=/head/; revision=9875
* A useful aid.. Add support for:Jordan K. Hubbard1995-08-011-3/+8
| | | | | | | | | | | %r: current release %m: machine architecture type (i386 for now) %s: OS name (FreeBSD) from uname() in banner string. Notes: svn path=/head/; revision=9839
* Add a description for the np flag.Andreas Schulz1995-02-151-0/+1
| | | | Notes: svn path=/head/; revision=6440
* Replace this with the 1.1.5.1 getty. David says that the 4.4 version is tooJordan K. Hubbard1994-08-261-5/+4
| | | | | | | | broken to live. Submitted by: jkh Notes: svn path=/head/; revision=2286
* BSD 4.4 Lite Libexec SourcesRodney W. Grimes1994-05-271-0/+324
Notes: svn path=/vendor/CSRG/dist/; revision=1592