Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 14 Jan 2010 20:58:45 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src UPDATING src/lib/libc/gen getutxent.3 src/usr.bin Makefile src/usr.bin/wtmpcvt Makefile wtmpcvt.1 wtmpcvt.c
Message-ID:  <201001142102.o0EL2enn020414@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201001142102.o0EL2enn020414>