Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2006-12-22 08:35:39 +0100
committerArthur de Jong <arthur@arthurdejong.org>2006-12-22 08:35:39 +0100
commita51d44ef5955dfa849b2fd6fcb773db330afd22f (patch)
tree47dd906a708bc4f867c2d428d569fdd7fecd1c2e
parentfbc5ecfb8cf86d753b7c9a3b5b549a8f279666ab (diff)
change reference to directory name
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-ldapd@197 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r--HACKING2
1 files changed, 1 insertions, 1 deletions
diff --git a/HACKING b/HACKING
index b3644fa..704314e 100644
--- a/HACKING
+++ b/HACKING
@@ -35,7 +35,7 @@ and writing protocol entities (strings, 32-bit integers, etc).
Some of the protocol handling code is automatically generated from the macros
defined in nslcd.h. This cannot be done automatically in every case though so
changing the protocol requires manual checking in the relevant source files in
-both the nss and the server directories.
+both the nss and the nslcd directories.
If the protocol is changed in an incompatible way the protocol version should
be incremented in nslcd.h. There is currently no versioning schema available