freebsd-dev/libexec/getty
Warner Losh 37b5835028 Impelemnt ttys onifexists in init.
Implement a new init(8) option in /etc/ttys. If this option is present
on the entry in /etc/ttys, the entry will be active if and only if it
exists.  If the name starts with a '/', it will be considered an
absolute path. If not, it will be a path relative to /dev.

This allows one to turn off video console getty that aren't present
(while running a getty on them even when they aren't the system
console). Likewise with serial ports.

It differs from onifconsole in only requiring the device exist rather
than it be listed as one of the system consoles.

Sponsored by: Netflix
Differential Revision: https://reviews.freebsd.org/D10037
2017-03-22 19:00:41 +00:00
..
chat.c In libexec/getty/chat.c, replace && with & in chat_send(). The intent 2011-12-16 15:44:12 +00:00
extern.h Remove the 3rd clause ("advertising clause") of the BSD license as 2014-02-17 22:27:32 +00:00
getty.8 Remove the 3rd clause ("advertising clause") of the BSD license as 2014-02-17 22:27:32 +00:00
gettytab.5 Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8) 2017-02-02 20:30:50 +00:00
gettytab.h Remove the 3rd clause ("advertising clause") of the BSD license as 2014-02-17 22:27:32 +00:00
init.c Remove the 3rd clause ("advertising clause") of the BSD license as 2014-02-17 22:27:32 +00:00
main.c Remove LOG_ODELAY because it does nothing. 2014-08-17 19:06:26 +00:00
Makefile Convert to LIBADD 2014-11-25 21:18:18 +00:00
Makefile.depend Add META_MODE support. 2015-06-13 19:20:56 +00:00
pathnames.h Remove the 3rd clause ("advertising clause") of the BSD license as 2014-02-17 22:27:32 +00:00
subr.c Try to fix the old "he capability is stupid" bug in gettytab(5)/getty(8) 2017-02-02 20:30:50 +00:00
ttys.5 Impelemnt ttys onifexists in init. 2017-03-22 19:00:41 +00:00