From owner-cvs-libexec Tue Jun 4 22:43:04 1996 Return-Path: owner-cvs-libexec Received: (from root@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA06458 for cvs-libexec-outgoing; Tue, 4 Jun 1996 22:43:04 -0700 (PDT) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.5/8.7.3) id WAA06422; Tue, 4 Jun 1996 22:42:56 -0700 (PDT) Date: Tue, 4 Jun 1996 22:42:56 -0700 (PDT) From: Bill Paul Message-Id: <199606050542.WAA06422@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-libexec Subject: cvs commit: src/libexec/ypxfr ypxfrd_getmap.c Makefile yp_dbwrite.c ypxfr.8 ypxfr_extern.h ypxfr_getmap.c ypxfr_main.c ypxfr_misc.c Sender: owner-cvs-libexec@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/06/04 22:42:55 Modified: libexec/ypxfr Makefile yp_dbwrite.c ypxfr.8 ypxfr_extern.h ypxfr_getmap.c ypxfr_main.c ypxfr_misc.c Added: libexec/ypxfr ypxfrd_getmap.c Log: Add support for rpc.ypxfrd and document it in the man page. Also generallize the yp_dbwrite functions a little: allow the caller to specify certain flags. I need this mostly for some changes to rpc.yppasswdd to allow in-place updates. Also change Makefile a little to use the same format as ypserv. Revision Changes Path 1.2 +25 -11 src/libexec/ypxfr/Makefile 1.4 +11 -7 src/libexec/ypxfr/yp_dbwrite.c 1.3 +25 -1 src/libexec/ypxfr/ypxfr.8 1.2 +9 -5 src/libexec/ypxfr/ypxfr_extern.h 1.3 +4 -3 src/libexec/ypxfr/ypxfr_getmap.c 1.4 +25 -12 src/libexec/ypxfr/ypxfr_main.c 1.4 +3 -3 src/libexec/ypxfr/ypxfr_misc.c