freebsd-dev/usr.bin/login
Alex Richardson 4d552825ec usr.bin/login: send errors to console if syslog isn't running
I was debugging why login(1) wasn't working as expected on a minimal
MFS_ROOT disk image. This image doesn't have syslogd running so the
warnings were lost and I had to use GDB to find out why login(1) was
failing (missing PAM libraries) instead of being able to see it in
the console output.

MFC after:	1 week
Reviewed By:	pfg
Differential Revision: https://reviews.freebsd.org/D30892
2021-07-06 10:51:16 +01:00
..
fbtab
login_audit.c
login_fbtab.c
login.1
login.access
login.c usr.bin/login: send errors to console if syslog isn't running 2021-07-06 10:51:16 +01:00
login.conf Change the default locale to C.UTF-8 2020-11-14 19:16:39 +00:00
login.h
Makefile
Makefile.depend
Makefile.depend.options
motd.template Add more explicit instructions about updating motd 2020-10-19 01:16:39 +00:00
pathnames.h
README

This login has additional functionalities. They are all based on (part of)
Wietse Venema's logdaemon package.


The following defines can be used:

- LOGALL to log all logins


-Guido

$FreeBSD$