From owner-cvs-libexec Sat Apr 27 21:00:09 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id VAA02231 for cvs-libexec-outgoing; Sat, 27 Apr 1996 21:00:09 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id UAA02126 Sat, 27 Apr 1996 20:59:58 -0700 (PDT) Date: Sat, 27 Apr 1996 20:59:58 -0700 (PDT) From: Bill Paul Message-Id: <199604280359.UAA02126@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ypxfr yp_dbwrite.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/04/27 20:59:57 Modified: libexec/ypxfr yp_dbwrite.c Log: Small tweak to yp_put_record(): call the DB put routine with the R_NOOVERWRITE flag and process return codes so that we can tell the difference between a failure due to a duplicate database entry and failure due to some other error. Revision Changes Path 1.3 +15 -6 src/libexec/ypxfr/yp_dbwrite.c