1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-18 10:35:55 +00:00
freebsd/usr.bin/getent
Ed Schouten 86586473e3 Allow getent(1) to display utmpx entries as well.
Because getutxent also matches the typical get*ent format of library
routines, I thought it would be a good idea to teach it how to read
utmpx databases. getent(1) just gives a raw dump, which is very useful
when debugging problems related to parsing/logging.
2010-01-13 18:08:00 +00:00
..
getent.1 Allow getent(1) to display utmpx entries as well. 2010-01-13 18:08:00 +00:00
getent.c Allow getent(1) to display utmpx entries as well. 2010-01-13 18:08:00 +00:00
Makefile