From owner-cvs-gnu Wed Mar 29 20:14:56 1995 Return-Path: cvs-gnu-owner Received: (from majordom@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA14337 for cvs-gnu-outgoing; Wed, 29 Mar 1995 20:14:56 -0800 Received: (from wpaul@localhost) by freefall.cdrom.com (8.6.10/8.6.6) id UAA14327; Wed, 29 Mar 1995 20:14:47 -0800 Date: Wed, 29 Mar 1995 20:14:47 -0800 From: Bill Paul Message-Id: <199503300414.UAA14327@freefall.cdrom.com> To: CVS-commiters, cvs-gnu Subject: cvs commit: src/gnu/libexec/ypxfr ypxfr.8 ypxfr.c Sender: cvs-gnu-owner@freebsd.org Precedence: bulk wpaul 95/03/29 20:14:46 Modified: gnu/libexec/ypxfr ypxfr.8 ypxfr.c Log: Fix up the way _PATH_YP is used to put together the pathname to the NIS maps (get rid of extraneous slash a la /var/yp//domainname). Have ypxfr log all output to /var/yp/ypxfr.log if stdin is not a tty. This should allow logging to be done when ypxfr is called from inside ypserv in response to a yppush request. Update man page to reflect the change (and fix a typo).