Patch-ID# 100141-03
Keywords: NIS DNS nres_gethostbyaddr messages console
Synopsis: SunOS 4.1;4.1.1: nres_gethostbyaddr logs misleading messages to console
Date: 10-Oct-1991 
 
SunOS release: 4.1, 4.1.1
 
Unbundled Product: 
 
Unbundled Release:
 
BugId's fixed with this patch: 1039839

Architectures for which this patch is available: sun3, sun4

Obsoleted by: 

Problem Description: 

	DNS used in conjunction with NIS may generate syslog messages
	to the console something like :
	nres_gethostbyaddr: some.name.org != its.correct.IP.addr


Install:

As root:

mv /usr/etc/ypserv /usr/etc/ypserv.orig
cp `arch`/{4.1,4.1.1}/ypserv /usr/etc/ypserv
chown root /usr/etc/ypserv
chmod 755  /usr/etc/ypserv

Kill the ypserv and ypbind processes and restart them with:
/usr/etc/ypbind &
/usr/etc/ypserv &

