From owner-freebsd-commit Thu Jan 11 23:03:43 1996 Return-Path: owner-commit Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02927 for freebsd-commit-outgoing; Thu, 11 Jan 1996 23:03:43 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02917 for cvs-all-outgoing; Thu, 11 Jan 1996 23:03:39 -0800 (PST) Received: (from root@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02904 for cvs-usrsbin-outgoing; Thu, 11 Jan 1996 23:03:36 -0800 (PST) Received: (from wpaul@localhost) by freefall.freebsd.org (8.7.3/8.7.3) id XAA02897 Thu, 11 Jan 1996 23:03:34 -0800 (PST) Date: Thu, 11 Jan 1996 23:03:34 -0800 (PST) From: Bill Paul Message-Id: <199601120703.XAA02897@freefall.freebsd.org> To: CVS-committers, cvs-usrsbin Subject: cvs commit: src/usr.sbin - Imported sources Sender: owner-commit@FreeBSD.ORG Precedence: bulk wpaul 96/01/11 23:03:33 Branch: usr.sbin 1.1.1 Log: Import the new yppush. This program does what the old one did, PLUS: - Supports parallel jobs (like the SunOS yppush) - Does everything in one proces instead of fork()ing off children processes as callback listeners (this is done using async socket I/O). - Can be used to transmit maps to user-specified hosts. - Has a much more verbose verbose option. - Reuses existing code from ypserv and ypxfr. - Uses some rpcgen-erated code as well. - Isn't fattening. :) Note that this is going in /usr/sbin rather than /usr/bin like the old one. yppush is an administrative command it it's anything. Status: Vendor Tag: yppush Release Tags: WPAUL yppush_1_0 N src/usr.sbin/yppush/Makefile N src/usr.sbin/yppush/yppush.8 N src/usr.sbin/yppush/yppush_extern.h N src/usr.sbin/yppush/yppush_main.c No conflicts created by this import