renamed sun_signal() to reset_signal(). Added checks for sigaction(),
authoraland <aland>
Fri, 25 Feb 2000 23:56:55 +0000 (23:56 +0000)
committeraland <aland>
Fri, 25 Feb 2000 23:56:55 +0000 (23:56 +0000)
commit5e608d08f3e5bf214b7ae117b038f62ce1c8e119
treef246e60b615e2689059e829b6481f16aa5ed5473
parent89fcceee41cab563e0f5ddfc22772bee9bc516a0
renamed sun_signal() to reset_signal().  Added checks for sigaction(),
and made reset_signal() use that to re-set the signals, by default.

The various signal handlers now call reset_signal() to reset
themselves, instead of signal().  signal() is still used to define
the signal handlers in the first place.
configure.in
src/include/radiusd.h
src/main/radiusd.c
src/main/util.c