summaryrefslogtreecommitdiffstats
path: root/README
diff options
context:
space:
mode:
authornalin <nalin>2002-11-18 22:05:08 +0000
committernalin <nalin>2002-11-18 22:05:08 +0000
commitdbf919855d755917146a86ab4e3201041ade0332 (patch)
tree07af350ac300b38df79a96f11ff80f729644613d /README
parent4e355429e4b3f16de43ef0ac94eafe0a820b0406 (diff)
downloadnss_directories-dbf919855d755917146a86ab4e3201041ade0332.tar.gz
nss_directories-dbf919855d755917146a86ab4e3201041ade0332.tar.xz
nss_directories-dbf919855d755917146a86ab4e3201041ade0332.zip
* 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.
Diffstat (limited to 'README')
-rw-r--r--README5
1 files changed, 3 insertions, 2 deletions
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/*