From 2d876eb74e42f5aa0b0712c256985092f92e7707 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Thu, 19 Nov 1998 01:18:24 +0000 Subject: [PATCH] Update comments associated with SIGUSRx -> LDAP_SIGUSRx change. --- servers/slurpd/fm.c | 4 ++-- servers/slurpd/ri.c | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/servers/slurpd/fm.c b/servers/slurpd/fm.c index fb51270ecd..5063927180 100644 --- a/servers/slurpd/fm.c +++ b/servers/slurpd/fm.c @@ -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 ); diff --git a/servers/slurpd/ri.c b/servers/slurpd/ri.c index d2aa7de252..e28e4468f6 100644 --- a/servers/slurpd/ri.c +++ b/servers/slurpd/ri.c @@ -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( -- 2.39.5