Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: None <source@NetBSD.ORG>
List: source-changes
Date: 06/21/1997 14:40:02
lukem
Sat Jun 21 07:30:05 PDT 1997
Update of /cvsroot/src/usr.sbin/rarpd
In directory netbsd1:/var/slash-tmp/cvs-serv24746

Modified Files:
	rarpd.8 rarpd.c 
Log Message:
* use MAXHOSTNAMELEN+1 instead of 256
* don't use LOG_CONS - it's unnecessary and spams the console if syslogd
  fails (a bad thing, really)

>From [misc/873] by Giles Lean <giles@nemeton.com.au>:
* explain why the name lookup failed
* always send debug() via syslog(3) (unlike the PR, which added a -s flag)
* enhance the man page a bit (even in the commented out section which
  is only relevant to the -DREQUIRE_TFTPBOOT case