From owner-cvs-src-old@FreeBSD.ORG Thu Jan 14 21:02:40 2010 Return-Path: Delivered-To: cvs-src-old@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7935C106566C for ; Thu, 14 Jan 2010 21:02:40 +0000 (UTC) (envelope-from ed@FreeBSD.org) Received: from repoman.freebsd.org (repoman.freebsd.org [IPv6:2001:4f8:fff6::29]) by mx1.freebsd.org (Postfix) with ESMTP id 66E3E8FC15 for ; Thu, 14 Jan 2010 21:02:40 +0000 (UTC) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.14.3/8.14.3) with ESMTP id o0EL2esT020415 for ; Thu, 14 Jan 2010 21:02:40 GMT (envelope-from ed@repoman.freebsd.org) Received: (from svn2cvs@localhost) by repoman.freebsd.org (8.14.3/8.14.3/Submit) id o0EL2enn020414 for cvs-src-old@freebsd.org; Thu, 14 Jan 2010 21:02:40 GMT (envelope-from ed@repoman.freebsd.org) Message-Id: <201001142102.o0EL2enn020414@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: svn2cvs set sender to ed@repoman.freebsd.org using -f From: Ed Schouten Date: Thu, 14 Jan 2010 20:58:45 +0000 (UTC) To: cvs-src-old@freebsd.org X-FreeBSD-CVS-Branch: HEAD Subject: cvs commit: src UPDATING src/lib/libc/gen getutxent.3 src/usr.bin Makefile src/usr.bin/wtmpcvt Makefile wtmpcvt.1 wtmpcvt.c X-BeenThere: cvs-src-old@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: **OBSOLETE** CVS commit messages for the src tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 14 Jan 2010 21:02:40 -0000 ed 2010-01-14 20:58:45 UTC FreeBSD src repository Modified files: . UPDATING lib/libc/gen getutxent.3 usr.bin Makefile Added files: usr.bin/wtmpcvt Makefile wtmpcvt.1 wtmpcvt.c Log: SVN rev 202301 on 2010-01-14 20:58:45Z by ed Add wtmpcvt(1). This utility allows users to convert their wtmp databases to the new format. It makes no sense for users to keep their wtmp log files if they are unable to view them. It basically copies ut_line into ut_id as well. This makes it possible for last(1) and ac(8) to match login records with their corresponding logout record. Revision Changes Path 1.653 +3 -1 src/UPDATING 1.2 +1 -0 src/lib/libc/gen/getutxent.3 1.326 +1 -0 src/usr.bin/Makefile 1.1 +5 -0 src/usr.bin/wtmpcvt/Makefile (new) 1.1 +66 -0 src/usr.bin/wtmpcvt/wtmpcvt.1 (new) 1.1 +138 -0 src/usr.bin/wtmpcvt/wtmpcvt.c (new)