Call krb5_klog_reopen in kadm_svc_run upon receiving a SIGHUP. Use
authorGeoffrey King <gjking@mit.edu>
Tue, 21 Jul 1998 21:03:41 +0000 (21:03 +0000)
committerGeoffrey King <gjking@mit.edu>
Tue, 21 Jul 1998 21:03:41 +0000 (21:03 +0000)
commit1efad3b012e9751a0af13b085e3294864f31f5aa
treefdd9d2f30cbd7f1201277a7dd332c5270a4760f6
parent363ea96197bbf43e53bdc40d184a681e3c5c55c7
Call krb5_klog_reopen in kadm_svc_run upon receiving a SIGHUP.  Use
sigaction instead of signal if POSIX_SIGNALS is defined.  All of the
calls to signal and sigaction are now in a separate function
setup_signal_handlers, as the kdc code does.  Also, since reset_db no
longer does anything, change the name of signal_request_reset to the
more descriptive signal_request_hup, and request_reset_db to
request_hup (paralleling the nomenclature in the kdc code).

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@10712 dc483132-0cff-0310-8789-dd5450dbe970
src/kadmin/server/ChangeLog
src/kadmin/server/ovsec_kadmd.c