Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/14/2000 00:40:17
Module Name:	basesrc
Committed By:	thorpej
Date:		Wed Sep 13 21:40:16 UTC 2000

Modified Files:
	basesrc/usr.sbin/ypserv/yppush: yppush.c

Log Message:
Don't abort if pushing to one server in the ypservers map fails.
There might be serveral more waiting to be pushed to.

This is only 1/2 of the fix.  ypxfer(8) also needs a change to
avoid a false error, but this allows pushes to continue to work,
at least.

Problem noted by aflury@zembu.com and agordon@zembu.com.


To generate a diff of this commit:
cvs rdiff -r1.13 -r1.14 basesrc/usr.sbin/ypserv/yppush/yppush.c

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