From owner-cvs-usrsbin Sun Oct 26 23:49:09 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id XAA23953 for cvs-usrsbin-outgoing; Sun, 26 Oct 1997 23:49:09 -0800 (PST) (envelope-from owner-cvs-usrsbin) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id XAA23604; Sun, 26 Oct 1997 23:45:54 -0800 (PST) (envelope-from charnier@FreeBSD.org) From: Philippe Charnier Received: (from charnier@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id XAA05965; Sun, 26 Oct 1997 23:45:49 -0800 (PST) Date: Sun, 26 Oct 1997 23:45:49 -0800 (PST) Message-Id: <199710270745.XAA05965@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ypbind yp_ping.c ypbind.8 ypbind.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk charnier 1997/10/26 23:45:49 PST Modified files: usr.sbin/ypbind yp_ping.c ypbind.8 ypbind.c Log: Use err(3). Change `=' to `==' in two places, so that server not responding/ server ok is not displayed too often. OKed by: Bill (wpaul). Revision Changes Path 1.3 +12 -11 src/usr.sbin/ypbind/yp_ping.c 1.11 +24 -27 src/usr.sbin/ypbind/ypbind.8 1.26 +38 -54 src/usr.sbin/ypbind/ypbind.c