diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 10:50:11 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1996-12-17 10:50:11 +0000 |
commit | 22d39ae5b5cd6db62af087f3dc64ee7b4566ca0a (patch) | |
tree | 17d434cb03c21a0cd7b4b21db84527660941f6ad /NEWS | |
parent | 2f22276496550d1b86e7c5ee48ff26c746cfe40d (diff) | |
download | fetchmail-22d39ae5b5cd6db62af087f3dc64ee7b4566ca0a.tar.gz fetchmail-22d39ae5b5cd6db62af087f3dc64ee7b4566ca0a.tar.bz2 fetchmail-22d39ae5b5cd6db62af087f3dc64ee7b4566ca0a.zip |
SIGHUP -> SIGUSR1.
svn path=/trunk/; revision=647
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 7 |
1 files changed, 5 insertions, 2 deletions
@@ -4,8 +4,8 @@ error(), but since they are built piecemeal, they go to stderr. What would be needed is an error() variant that didn't write a message until it got a trailing \n -- otherwise, if a syslog option were added, these - messages would wind up as separate syslog calls -- probably not the desired - result. + messages would wind up as separate syslog calls (probably not the desired + result). Release Notes: @@ -26,6 +26,9 @@ features -- through the error() subroutine. This is a first step towards allowing a daemon-mode fetchmail to use syslog. +* SIGUSR1 is now used for wakeup rather than SIGHUP. This eliminates any + possible confusion about fetchmail's behavior at logout time. + bugs -- * Fixed a FreeBSD compilation glitch involving SIGCLD (thanks to |