Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Jan 2010 18:08:00 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/usr.bin/getent getent.1 getent.c
Message-ID:  <201001131808.o0DI8L6L098990@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2010-01-13 18:08:00 UTC

  FreeBSD src repository

  Modified files:
    usr.bin/getent       getent.1 getent.c 
  Log:
  SVN rev 202198 on 2010-01-13 18:08:00Z by ed
  
  Allow getent(1) to display utmpx entries as well.
  
  Because getutxent also matches the typical get*ent format of library
  routines, I thought it would be a good idea to teach it how to read
  utmpx databases. getent(1) just gives a raw dump, which is very useful
  when debugging problems related to parsing/logging.
  
  Revision  Changes    Path
  1.3       +2 -0      src/usr.bin/getent/getent.1
  1.4       +89 -0     src/usr.bin/getent/getent.c



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