Date: Fri, 13 Jan 2012 15:40:50 +0000 (UTC) From: Ed Schouten <ed@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r230060 - in head: . lib/libc/gen tools/build/options usr.bin usr.bin/wtmpcvt Message-ID: <201201131540.q0DFeoe8068546@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: ed Date: Fri Jan 13 15:40:49 2012 New Revision: 230060 URL: http://svn.freebsd.org/changeset/base/230060 Log: Remove wtmpcvt(1). The wtmpcvt(1) utility converts wtmp files to the new format used by utmpx(3). Now that HEAD has been branched to stable/9 and 9.0 is released, there is no need for it in HEAD. MFC after: never Deleted: head/usr.bin/wtmpcvt/ Modified: head/ObsoleteFiles.inc head/lib/libc/gen/getutxent.3 head/tools/build/options/WITHOUT_UTMPX head/usr.bin/Makefile Modified: head/ObsoleteFiles.inc ============================================================================== --- head/ObsoleteFiles.inc Fri Jan 13 12:40:33 2012 (r230059) +++ head/ObsoleteFiles.inc Fri Jan 13 15:40:49 2012 (r230060) @@ -38,6 +38,9 @@ # xargs -n1 | sort | uniq -d; # done +# 20120113: removal of wtmpcvt(1) +OLD_FILES+=usr/bin/wtmpcvt +OLD_FILES+=usr/share/man/man1/wtmpcvt.1.gz # 20111214: eventtimers(7) moved to eventtimers(4) OLD_FILES+=usr/share/man/man7/eventtimers.7.gz # 20111125: amd(4) removed Modified: head/lib/libc/gen/getutxent.3 ============================================================================== --- head/lib/libc/gen/getutxent.3 Fri Jan 13 12:40:33 2012 (r230059) +++ head/lib/libc/gen/getutxent.3 Fri Jan 13 15:40:49 2012 (r230060) @@ -418,7 +418,6 @@ The file format is invalid. .Sh SEE ALSO .Xr last 1 , .Xr write 1 , -.Xr wtmpcvt 1 , .Xr getpid 2 , .Xr gettimeofday 2 , .Xr tty 4 , Modified: head/tools/build/options/WITHOUT_UTMPX ============================================================================== --- head/tools/build/options/WITHOUT_UTMPX Fri Jan 13 12:40:33 2012 (r230059) +++ head/tools/build/options/WITHOUT_UTMPX Fri Jan 13 15:40:49 2012 (r230060) @@ -3,7 +3,6 @@ Set to not build user accounting tools s .Xr last 1 , .Xr users 1 , .Xr who 1 , -.Xr wtmpcvt 1 , .Xr ac 8 , .Xr lastlogin 8 and Modified: head/usr.bin/Makefile ============================================================================== --- head/usr.bin/Makefile Fri Jan 13 12:40:33 2012 (r230059) +++ head/usr.bin/Makefile Fri Jan 13 15:40:49 2012 (r230060) @@ -340,7 +340,6 @@ SUBDIR+= usbhidctl SUBDIR+= last SUBDIR+= users SUBDIR+= who -SUBDIR+= wtmpcvt .endif .include <bsd.arch.inc.mk>
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201201131540.q0DFeoe8068546>