diff options
author | Matthias Andree <matthias.andree@gmx.de> | 2006-07-04 10:01:51 +0000 |
---|---|---|
committer | Matthias Andree <matthias.andree@gmx.de> | 2006-07-04 10:01:51 +0000 |
commit | 274eec54e80cb90b8a09f524c8495efbaa46b45d (patch) | |
tree | 75db80dfc5c3234e8be9f0bac0ed6f120c55728e /NEWS | |
parent | 35a58f784af38c9390158f1285d40c1e53baa884 (diff) | |
download | fetchmail-274eec54e80cb90b8a09f524c8495efbaa46b45d.tar.gz fetchmail-274eec54e80cb90b8a09f524c8495efbaa46b45d.tar.bz2 fetchmail-274eec54e80cb90b8a09f524c8495efbaa46b45d.zip |
If the lockfile ends before the process ID, treat it as stale and unlink it.
Reported by Justin Pryzby, Debian Bug #376603.
svn path=/branches/BRANCH_6-3/; revision=4862
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -87,6 +87,8 @@ fetchmail 6.3.5 (not yet released): service lookup. Found by Uli Zappe. * When looking up ports for a service, only look up TCP ports. * Avoid compiling empty files, to avoid diagnostics from strict compilers. +* If the lockfile ends before the process ID, treat it as stale and unlink it. + Reported by Justin Pryzby, Debian Bug #376603. # CHANGES: * Rename all fetchmail-internal lock_* functions to fm_lock_*. Obsoletes |