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)
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "[EMAIL PROTECTED]"