freebsd-dev/usr.sbin/yppush
Bill Paul 434584a95a 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.
1996-01-12 07:03:33 +00:00
..
Makefile Import the new yppush. 1996-01-12 07:03:33 +00:00
yppush_extern.h Import the new yppush. 1996-01-12 07:03:33 +00:00
yppush_main.c Import the new yppush. 1996-01-12 07:03:33 +00:00
yppush.8 Import the new yppush. 1996-01-12 07:03:33 +00:00