diff options
author | ed <ed@FreeBSD.org> | 2013-11-03 16:43:52 +0000 |
---|---|---|
committer | ed <ed@FreeBSD.org> | 2013-11-03 16:43:52 +0000 |
commit | be06f2dc020796b2d84c7c884085e8c9ed2dad4e (patch) | |
tree | 4f7a0423eb2e312a4b861888ee1b7f0d52e99ffa /tools/build | |
parent | 8fb2374dfaad56eb7c78a08c3192d2087e689ec1 (diff) | |
download | FreeBSD-src-be06f2dc020796b2d84c7c884085e8c9ed2dad4e.zip FreeBSD-src-be06f2dc020796b2d84c7c884085e8c9ed2dad4e.tar.gz |
Remove utxrm(8). This command has been superseded by 'utx rm'.
Diffstat (limited to 'tools/build')
-rw-r--r-- | tools/build/mk/OptionalObsoleteFiles.inc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/build/mk/OptionalObsoleteFiles.inc b/tools/build/mk/OptionalObsoleteFiles.inc index 23987de..fdf1104 100644 --- a/tools/build/mk/OptionalObsoleteFiles.inc +++ b/tools/build/mk/OptionalObsoleteFiles.inc @@ -4147,14 +4147,12 @@ OLD_FILES+=usr/bin/who OLD_FILES+=usr/sbin/ac OLD_FILES+=usr/sbin/lastlogin OLD_FILES+=usr/sbin/utx -OLD_FILES+=usr/sbin/utxrm OLD_FILES+=usr/share/man/man1/last.1.gz OLD_FILES+=usr/share/man/man1/users.1.gz OLD_FILES+=usr/share/man/man1/who.1.gz OLD_FILES+=usr/share/man/man8/ac.8.gz OLD_FILES+=usr/share/man/man8/lastlogin.8.gz OLD_FILES+=usr/share/man/man8/utx.8.gz -OLD_FILES+=usr/share/man/man8/utxrm.8.gz .endif .if ${MK_WIRELESS} == no |