aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/utxrm/Makefile
diff options
context:
space:
mode:
authorEd Schouten <ed@FreeBSD.org>2011-02-19 11:44:04 +0000
committerEd Schouten <ed@FreeBSD.org>2011-02-19 11:44:04 +0000
commitb30bfd433969e13792b2e0a8edaa46a3cebbde6a (patch)
tree90e6837e7c3e55300ca12f72af7d54b329cd3b99 /usr.sbin/utxrm/Makefile
parent1ae6a21db9b91f153f01159a9435b6c891656e97 (diff)
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.
Notes
Notes: svn path=/head/; revision=218847
Diffstat (limited to 'usr.sbin/utxrm/Makefile')
-rw-r--r--usr.sbin/utxrm/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/usr.sbin/utxrm/Makefile b/usr.sbin/utxrm/Makefile
new file mode 100644
index 000000000000..cf38b816f2e5
--- /dev/null
+++ b/usr.sbin/utxrm/Makefile
@@ -0,0 +1,6 @@
+# $FreeBSD$
+
+PROG= utxrm
+MAN= utxrm.8
+
+.include <bsd.prog.mk>