Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 08/09/1996 16:20:12
thorpej
Fri Aug  9 13:18:56 PDT 1996
Update of /a/cvsroot/src/usr.sbin/ypserv/yppush
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv14203

Modified Files:
	yppush.c 
Log Message:
Use the key, not the val from the datum when reading the `ypservers'
map.  SunOS ypservers maps place the host name in the key and the val,
but HP-UX and NetBSD ypservers maps place the hostname only in the
key, leaving the val empty.  Since there is no clear standard for this map,
best to play it safe.