Subject: CVS commit: src/dist/am-utils/amd
To: None <source-changes@NetBSD.org>
From: Mark Davies <markd@netbsd.org>
List: source-changes
Date: 07/29/2003 12:09:00
Module Name:	src
Committed By:	markd
Date:		Tue Jul 29 12:09:00 UTC 2003

Modified Files:
	src/dist/am-utils/amd: info_hesiod.c

Log Message:
Its not possible to have a key such as ".access" in a hesiod map as that would
imply a null node in the DNS tree so a lookup for such a key must clearly fail
and with the current info_hesiod.c it does (after calling hes{,iod}_resolve)
but returns an error that confuses some programs - eg. apache - so shortcut
the process and just return ENOENT for any key starting with "."

Patch will be in am-utils 6.1.

OK'd by christos


To generate a diff of this commit:
cvs rdiff -r1.2 -r1.3 src/dist/am-utils/amd/info_hesiod.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.