diff options
author | Simon Barner <barner@FreeBSD.org> | 2006-01-05 12:40:58 +0000 |
---|---|---|
committer | Simon Barner <barner@FreeBSD.org> | 2006-01-05 12:40:58 +0000 |
commit | b7c1cbd8ffa0d41aff2c98082008e0bf546d16a6 (patch) | |
tree | b1c6c800d1dd3f4168484e236bd593a057434c3c /UPDATING | |
parent | c42748bdc3730017626a07f86aebc479ad02ceb4 (diff) |
Add entry noting that starting with fetchmail 6.3.0 the directory where
idfiles are created must be writeable to the fetchmail process.
Obtained from: fetchmail-announce (Matthias Andree)
Notes
Notes:
svn path=/head/; revision=152803
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -7,6 +7,16 @@ time you update your ports collection, before attempting any port upgrades. 20060105: + AFFECTS: users of mail/fetchmail >= 6.3.0 + AUTHOR: barner@FreeBSD.org + + Beginning with release 6.3.0, fetchmail needs not only need write + access to the idfile ($HOME/.fetchids), but also to the directory + holding this file. For end users running fetchmail with default + idfile on their own account, nothing changes: they have write + access to their home directory. + +20060105: AFFECTS: users of www/wwwoffle, security/ipsec-tools AUTHOR: edwin@FreeBSD.org |