]> git.sur5r.net Git - openldap/commitdiff
Update comments associated with SIGUSRx -> LDAP_SIGUSRx change.
authorKurt Zeilenga <kurt@openldap.org>
Thu, 19 Nov 1998 01:18:24 +0000 (01:18 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 19 Nov 1998 01:18:24 +0000 (01:18 +0000)
servers/slurpd/fm.c
servers/slurpd/ri.c

index fb51270ecd77199c4b3e4543cdf15979f0ea9118..5063927180dac1cb1eb9dfafa47abc22a4071e46 100644 (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 );
index d2aa7de252ea527d92f10480fc37c864436a029b..e28e4468f644e363f84126bb8eed6a6aca773763 100644 (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(