cvs commit: src/usr.bin Makefile src/usr.bin/getent Makefile getent.1 getent.c

Maxim Konovalov maxim at FreeBSD.org
Thu May 4 08:44:46 UTC 2006


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)


More information about the cvs-src mailing list