Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 11 Jan 1996 23:03:34 -0800 (PST)
From:      Bill Paul <wpaul>
To:        CVS-committers, cvs-usrsbin
Subject:   cvs commit: src/usr.sbin - Imported sources
Message-ID:  <199601120703.XAA02897@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199601120703.XAA02897>