From owner-cvs-usrsbin Tue Apr 2 19:24:31 1996 Return-Path: owner-cvs-usrsbin Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02891 for cvs-usrsbin-outgoing; Tue, 2 Apr 1996 19:24:31 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id TAA02759 Tue, 2 Apr 1996 19:24:15 -0800 (PST) Date: Tue, 2 Apr 1996 19:24:15 -0800 (PST) From: Bill Paul Message-Id: <199604030324.TAA02759@freefall.freebsd.org> To: CVS-committers, cvs-all, cvs-usrsbin Subject: cvs commit: src/usr.sbin/yppush Makefile yppush.8 yppush_main.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk wpaul 96/04/02 19:24:13 Modified: usr.sbin/yppush Makefile yppush.8 yppush_main.c Log: yppush_main.c: - Remove unused 'pid' member from the jobs structure. (This was left over from an earlier incarnation of the program that used multiple processes.) - Remove #ifdef'ed longjmp() stuff. - Print warning message if the 'pushing' host is not the master for a map being pushed but don't bail out. (While yppush should only be used on an NIS master, using it elsewhere is not an unpardonable sin.) yppush.8: - Fix a couple of mind-os. Makefile - Change format to hopefully ease bootstrapping. (Suggested by wollman.) Other Makefiles should follow. Revision Changes Path 1.2 +13 -11 src/usr.sbin/yppush/Makefile 1.4 +3 -3 src/usr.sbin/yppush/yppush.8 1.3 +6 -38 src/usr.sbin/yppush/yppush_main.c