]> git.cameronkatri.com Git - getent-darwin.git/commit
Allow getent(1) to display utmpx entries as well.
authorEd Schouten <ed@FreeBSD.org>
Wed, 13 Jan 2010 18:08:00 +0000 (18:08 +0000)
committerEd Schouten <ed@FreeBSD.org>
Wed, 13 Jan 2010 18:08:00 +0000 (18:08 +0000)
commitb6d1bf0ff3248acd8cd98b102359b2733552d12e
tree39df0aa8e9572065e4766d8843cdf07cc7eea7ff
parentd70946246c4a0022a0b26321369c6f24dea6a9e7
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.
getent.1 [new file with mode: 0644]
getent.c [new file with mode: 0644]