freebsd-nq/usr.sbin/yppush
Bill Paul 8ef82f38c6 Sync with my sources at home:
- Don't do longjmp()s from inside a signal handler. Even though I got
  things to work the way I wanted, it's bad karma.

- Remember to clear the sa_mask with sigemptyset() before masking signals
  when using sigaction() to set up the SIGIO handler.

- Break out of the wait loop in yppush_exit() when the five minute
  timeout expires instead of looping around for another pass. If ypxfr
  on the other end fails somehow and never sends a response, we don't
  want to wait around forever.
1996-01-31 15:15:47 +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 Sync with my sources at home: 1996-01-31 15:15:47 +00:00
yppush.8 Fix a bunch of spelling errors in a bunch of man pages. 1996-01-30 13:52:50 +00:00