Changeset 798
- Timestamp:
- 05/01/07 13:16:37 (2 years ago)
- Files:
-
- 1.8.2/branches/devel/CHANGES.182 (modified) (1 diff)
- 1.8.2/branches/devel/src/timer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.2/branches/devel/CHANGES.182
r796 r798 23 23 * 'page foo\=bar' pages the last person you paged. Fix by Nathan 24 24 Baum. 25 * Receipt of a SIGUSR1 (Causing a shutdown/reboot) is explictly 26 logged. Suggested by Interloper. 25 27 26 28 Fixes: 1.8.2/branches/devel/src/timer.c
r523 r798 204 204 /* A USR1 does a shutdown/reboot */ 205 205 if (usr1_triggered) { 206 do_rawlog(LT_ERR, T("SIGUSR1 received. Rebooting.")); 206 207 do_reboot(NOTHING, 0); /* We don't return from this */ 207 208 usr1_triggered = 0; /* But just in case */
