Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 May 2006 08:44:44 +0000 (UTC)
From:      Maxim Konovalov <maxim@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.bin Makefile src/usr.bin/getent Makefile getent.1 getent.c
Message-ID:  <200605040844.k448ijaB063621@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
maxim       2006-05-04 08:44:44 UTC

  FreeBSD src repository

  Modified files:
    usr.bin              Makefile 
  Added files:
    usr.bin/getent       Makefile getent.1 getent.c 
  Log:
  o By popular demand import getent(1) utility: a program retrieves
  and displays entries from the administrative database specified by
  database, using the lookup order specified in nsswitch.conf(5).
  
  PR:             bin/79903, bin/88460, bin/96536
  Submitted by:   Julien Gabel, Dan Nelson, Daniel J. O'Connor
  Obtained from:  NetBSD
  Discussed with: ume, soc-bushman
  MFC after:      1 month
  
  Revision  Changes    Path
  1.294     +1 -0      src/usr.bin/Makefile
  1.1       +6 -0      src/usr.bin/getent/Makefile (new)
  1.1       +129 -0    src/usr.bin/getent/getent.1 (new)
  1.1       +565 -0    src/usr.bin/getent/getent.c (new)



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