PennMUSH Community

Changeset 798

Show
Ignore:
Timestamp:
05/01/07 13:16:37 (2 years ago)
Author:
shawnw
Message:

#5883: Log SIGUSR1

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • 1.8.2/branches/devel/CHANGES.182

    r796 r798  
    2323 *  'page foo\=bar' pages the last person you paged. Fix by Nathan 
    2424    Baum. 
     25 *  Receipt of a SIGUSR1 (Causing a shutdown/reboot) is explictly 
     26    logged. Suggested by Interloper. 
    2527 
    2628Fixes: 
  • 1.8.2/branches/devel/src/timer.c

    r523 r798  
    204204  /* A USR1 does a shutdown/reboot */ 
    205205  if (usr1_triggered) { 
     206    do_rawlog(LT_ERR, T("SIGUSR1 received. Rebooting.")); 
    206207    do_reboot(NOTHING, 0);  /* We don't return from this */ 
    207208    usr1_triggered = 0;     /* But just in case */