head	1.2;
access;
symbols;
locks; strict;
comment	@# @;


1.2
date	2012.11.17.01.55.00;	author svnexp;	state Exp;
branches;
next	1.1;

1.1
date	2012.02.11.20.28.42;	author ed;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Switching exporter and resync
@
text
@# $FreeBSD: head/usr.sbin/utx/Makefile 231530 2012-02-11 20:28:42Z ed $

PROG=	utx
MAN=	utx.8

LINKS=	${BINDIR}/utx ${BINDIR}/utxrm
MLINKS=	utx.8 utxrm.8

.include <bsd.prog.mk>
@


1.1
log
@SVN rev 231530 on 2012-02-11 20:28:42Z by ed

Replace utxrm(8) by utx(8).

At first, I added a utility called utxrm(8) to remove stale entries from
the user accounting database. It seems there are cases in which we need
to perform different operations on the database as well. Simply rename
utxrm(8) to utx(8) and place the old code under the "rm" command.

In addition to "rm", this tool supports "boot" and "shutdown", which are
going to be used by an rc-script which I am going to commit separately.
@
text
@d1 1
a1 1
# $FreeBSD$
@

