aboutsummaryrefslogtreecommitdiff
path: root/daemons/getty.c
Commit message (Collapse)AuthorAgeFilesLines
* 1998-07-19 Roland McGrath <roland@baalperazim.frob.com>Roland McGrath1998-07-201-5/+6
| | | | * getty.c: Include <string.h> for basename decl.
* (main): Get the tty name from the right element in ARGV.Miles Bader1996-07-201-2/+2
|
* (print_banner): Use basename instead of rolling our own.Miles Bader1996-07-071-8/+1
|
* (print_banner): Don't include directory in terminal name.Michael I. Bushnell1996-07-061-1/+8
|
* (print_banner): Use localhost instead of grotty loop. Make static.Miles Bader1996-07-061-23/+8
| | | | (main): Use syslog instead of error to report exec failure.
* Include <sys/utsname.h> and <stdlib.h>.Michael I. Bushnell1996-07-061-1/+4
| | | | (main): Return something.
* (print_banner): New function.Michael I. Bushnell1996-07-061-0/+36
| | | | (main): Call print_banner.
* Don't test for dialups if TT == 0.Miles Bader1996-07-011-1/+1
|
* (main):Miles Bader1996-07-011-3/+11
| | | | | Don't time out hardwired lines. Print an error if exec fails.
* (main): Repair loop.Michael I. Bushnell1996-06-271-3/+4
|
* Initial revisionMichael I. Bushnell1996-06-171-0/+80