Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.

This commit is contained in:
Kurt Zeilenga 1998-11-19 01:18:24 +00:00
parent bbdac6ebca
commit 2d876eb74e
2 changed files with 3 additions and 3 deletions

View file

@ -51,8 +51,8 @@ fm(
/* Set up our signal handlers:
* SIG{TERM,INT,HUP} causes a shutdown
* SIG(STKFLT|USR1) - does nothing, used to wake up sleeping threads.
* SIG(UNUSED|USR2) - causes slurpd to read its administrative interface file.
* LDAP_SIGUSR1 - does nothing, used to wake up sleeping threads.
* LDAP_SIGUSR2 - causes slurpd to read its administrative interface file.
* (not yet implemented).
*/
(void) SIGNAL( LDAP_SIGUSR1, do_nothing );

View file

@ -135,7 +135,7 @@ Ri_process(
/*
* Wake a replication thread which may be sleeping.
* Send it a SIG(STKFLT|USR1).
* Send it a LDAP_SIGUSR1.
*/
static void
Ri_wake(