diff options
author | ed <ed@FreeBSD.org> | 2011-02-19 11:44:04 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2011-02-19 11:44:04 +0000 |
commit | ea4dbdacd2acc2f6266b79f50c00b7be0e451f71 (patch) | |
tree | 90e6837e7c3e55300ca12f72af7d54b329cd3b99 /usr.sbin/Makefile | |
parent | e01efc1924ecd6d346b221159d57d95c60a50b5a (diff) | |
download | FreeBSD-src-ea4dbdacd2acc2f6266b79f50c00b7be0e451f71.zip FreeBSD-src-ea4dbdacd2acc2f6266b79f50c00b7be0e451f71.tar.gz |
Add a utility, utxrm(8).
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.
Diffstat (limited to 'usr.sbin/Makefile')
-rw-r--r-- | usr.sbin/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.sbin/Makefile b/usr.sbin/Makefile index 6209cb5..f391719 100644 --- a/usr.sbin/Makefile +++ b/usr.sbin/Makefile @@ -89,6 +89,7 @@ SUBDIR= adduser \ trpt \ tzsetup \ ugidfw \ + utxrm \ vipw \ wake \ watch \ |