b30bfd4339
Most of the ports I broke when I imported utmpx, were simple management utilities for the utmp database, allowing you to add/remove entries manually. Add a small tool called utxrm(8), which allows you to remove an entry from the utmpx database by hand. This is useful when a login daemon crashes or fails to remove the entry during shutdown.
7 lines
62 B
Makefile
7 lines
62 B
Makefile
# $FreeBSD$
|
|
|
|
PROG= utxrm
|
|
MAN= utxrm.8
|
|
|
|
.include <bsd.prog.mk>
|