diff options
author | Beech Rintoul <beech@FreeBSD.org> | 2008-09-24 21:15:32 +0000 |
---|---|---|
committer | Beech Rintoul <beech@FreeBSD.org> | 2008-09-24 21:15:32 +0000 |
commit | ac417d816981880de0f07062095c36a18c1bca31 (patch) | |
tree | e953a9f2efec15abde2fafaaa705bacdb18b644b /UPDATING | |
parent | aef10e4bd1da6f8e8e8eb94dd6319eb4c5093d0d (diff) | |
download | ports-ac417d816981880de0f07062095c36a18c1bca31.tar.gz ports-ac417d816981880de0f07062095c36a18c1bca31.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -6,6 +6,17 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20080924: + AFFECTS: users of ftp/proftpd + AUTHOR: beech@FreeBSD.org + + proftpd now stores its .delay and .scoreboard files in + /var/run/proftpd instead of /var/run. If you are updating + an existing installation, adjust the following in + /usr/local/etc/proftpd.conf: + + ScoreboardFile /var/run/proftpd/proftpd.scoreboard + 20080909: AFFECTS: users of security/logcheck AUTHOR: glarkin@FreeBSD.org |