From dbf919855d755917146a86ab4e3201041ade0332 Mon Sep 17 00:00:00 2001 From: nalin Date: Mon, 18 Nov 2002 22:05:08 +0000 Subject: * src/files-parse.c, src/glibc-parse.c: add glibc-based parsing internally * src/passwd.c,src/services.c,src/group.c,src/protocols.c,src/shadow.c: use the new parsing code * src/generic.c (setent): return SUCCESS on successful open, not UNAVAIL * src/Makefile.am: export only _nss_directories_[sge]*, to export the setent, getent/getby, and endent functions, but not the parsers. --- README | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index f1f6703..7604065 100644 --- a/README +++ b/README @@ -1,8 +1,8 @@ nss_directories nss_directories is a set of C library extensions which allow a directory -full of files to be used as a primary source of user, group, and service -information instead of or in addition to flat files or NIS. +full of files to be used as a primary source of user, group, protocol, and +service information instead of or in addition to flat files or NIS. nss_files nss_directories ========= =============== @@ -10,3 +10,4 @@ nss_files nss_directories /etc/shadow /etc/shadow.d/* /etc/group /etc/group.d/* /etc/services /etc/services.d/* +/etc/protocols /etc/protocols.d/* -- cgit