From owner-freebsd-commit Sun Dec 24 19:07:34 1995 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27504 for freebsd-commit-outgoing; Sun, 24 Dec 1995 19:07:34 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27490 for cvs-all-outgoing; Sun, 24 Dec 1995 19:07:23 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27480 for cvs-libexec-outgoing; Sun, 24 Dec 1995 19:07:19 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA27473 Sun, 24 Dec 1995 19:07:15 -0800 (PST) Date: Sun, 24 Dec 1995 19:07:15 -0800 (PST) From: Bill Paul Message-Id: <199512250307.TAA27473@freefall.freebsd.org> To: CVS-committers, cvs-libexec Subject: cvs commit: src/libexec - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 95/12/24 19:07:14 Branch: libexec 1.1.1 Log: Import the new ypxfr, written by yours truly. Functionally equivalent to the old one, except that it supports an additional option (-p path) that lets you specify the top level path wiere your NIS maps live. (ypserv allows you to specify a path like this, so it makes sense that ypxfr should too. ypserv will automagically pass the -p flag to ypxfr if you use a path other than /var/yp when you start it.) This program uses client stub code generated by rpcgen as well as the yp_dblookup.c module from ypserv. Status: Vendor Tag: WPAUL Release Tags: ypxfr_1_0 N src/libexec/ypxfr/Makefile N src/libexec/ypxfr/yp_dbwrite.c N src/libexec/ypxfr/ypxfr.8 N src/libexec/ypxfr/ypxfr_extern.h N src/libexec/ypxfr/ypxfr_getmap.c N src/libexec/ypxfr/ypxfr_main.c N src/libexec/ypxfr/ypxfr_misc.c No conflicts created by this import