summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-03-23 21:43:27 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-03-23 21:43:27 +0000
commit0b7bb5bd8c08d8654897e1803047ac61bcb52dc4 (patch)
tree37f4867c29d990c1d2bce0f4068bae6f2a665325
parent83bc01436eebc00fb646e1e494f3e42b46d5335b (diff)
fix descriptions of files
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1405 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--nslcd/protocol.c2
-rw-r--r--nslcd/shadow.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/nslcd/protocol.c b/nslcd/protocol.c
index 4efdd4a..ae6fd8e 100644
--- a/nslcd/protocol.c
+++ b/nslcd/protocol.c
@@ -1,5 +1,5 @@
/*
- protocol.c - network address entry lookup routines
+ protocol.c - protocol name and number lookup routines
Parts of this file were part of the nss_ldap library (as ldap-proto.c)
which has been forked into the nss-pam-ldapd library.
diff --git a/nslcd/shadow.c b/nslcd/shadow.c
index e5f4a54..eb7e229 100644
--- a/nslcd/shadow.c
+++ b/nslcd/shadow.c
@@ -1,5 +1,5 @@
/*
- shadow.c - service entry lookup routines
+ shadow.c - shadow entry lookup routines
Parts of this file were part of the nss_ldap library (as ldap-spwd.c)
which has been forked into the nss-pam-ldapd library.