Date: Tue, 25 Jun 1996 10:53:35 -0700 (PDT) From: Bill Paul <wpaul> To: CVS-committers, cvs-all, cvs-lib Subject: cvs commit: src/lib/libc/yp yplib.c Message-ID: <199606251753.KAA22873@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
wpaul 96/06/25 10:53:34 Branch: lib/libc/yp RELENG_2_1_0 Modified: lib/libc/yp yplib.c Log: Bring in one fix from the HEAD: In _yp_dobind(), don't spew an error message on failure to contact ypbind unless it's for something really out of the ordinary. This stops _yp_check() from generating a lot of pointless noise. (Example: set your system domainname but don't turn on NIS, then do an rpcinfo -p. Watch as 'clnttcp_create' errors scroll by.) Revision Changes Path 1.10.4.6 +11 -2 src/lib/libc/yp/yplib.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199606251753.KAA22873>