Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Feb 2011 11:44:04 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/lib/libc/gen getutxent.3 src/usr.sbin Makefile src/usr.sbin/utxrm Makefile utxrm.8 utxrm.c
Message-ID:  <201102191146.p1JBkJS2088850@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2011-02-19 11:44:04 UTC

  FreeBSD src repository

  Modified files:
    lib/libc/gen         getutxent.3 
    usr.sbin             Makefile 
  Added files:
    usr.sbin/utxrm       Makefile utxrm.8 utxrm.c 
  Log:
  SVN rev 218847 on 2011-02-19 11:44:04Z by ed
  
  Add a utility, utxrm(8).
  
  Most of the ports I broke when I imported utmpx, were simple management
  utilities for the utmp database, allowing you to add/remove entries
  manually.
  
  Add a small tool called utxrm(8), which allows you to remove an entry
  from the utmpx database by hand. This is useful when a login daemon
  crashes or fails to remove the entry during shutdown.
  
  Revision  Changes    Path
  1.12      +3 -2      src/lib/libc/gen/getutxent.3
  1.436     +1 -0      src/usr.sbin/Makefile
  1.1       +6 -0      src/usr.sbin/utxrm/Makefile (new)
  1.1       +72 -0     src/usr.sbin/utxrm/utxrm.8 (new)
  1.1       +84 -0     src/usr.sbin/utxrm/utxrm.c (new)



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