Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 10/13/1997 03:50:03
lukem
Sun Oct 12 20:42:35 PDT 1997
Update of /cvsroot/src/usr.sbin/ypserv/common
In directory netbsd1:/var/slash-tmp/cvs-serv2359

Modified Files:
	localhostname.c read_line.c ypdb.c yplib_host.c yplog.c 
	ypresp_xdr.c 
Log Message:
- hack ypdb_open() to try the standard hash (for sendmail's aliases.db)
  if the initial open fails with EFTYPE. if a different database
  format is found to be more efficient, just add the code to open it
  prior to that of the other formats; this maintains backward
  compatibility with older databases whilst providing new functionality...
- add rcsid's


lukem
Sun Oct 12 20:47:10 PDT 1997
Update of /cvsroot/src/usr.sbin/ypserv/makedbm
In directory netbsd1:/var/slash-tmp/cvs-serv3231

Modified Files:
	makedbm.8 makedbm.c 
Log Message:
- ignore trailing NUL in database key/value pairs (which sendmail's
  aliases.db has)
- add rcsid


lukem
Sun Oct 12 20:48:50 PDT 1997
Update of /cvsroot/src/usr.sbin/ypserv/mkalias
In directory netbsd1:/var/slash-tmp/cvs-serv3494

Modified Files:
	mkalias.c 
Log Message:
s/LINT/lint