aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbeech <beech@FreeBSD.org>2008-09-25 05:15:32 +0800
committerbeech <beech@FreeBSD.org>2008-09-25 05:15:32 +0800
commit69de798def78e9b473847013fbf02ff4775d4899 (patch)
tree66154d26d1cd942550e0bb9c0b05cddea92bc3a1 /UPDATING
parent3d7be3c13d62c3ba0d1b93f858d6ea9c95a541fd (diff)
downloadfreebsd-ports-gnome-69de798def78e9b473847013fbf02ff4775d4899.tar.gz
freebsd-ports-gnome-69de798def78e9b473847013fbf02ff4775d4899.tar.zst
freebsd-ports-gnome-69de798def78e9b473847013fbf02ff4775d4899.zip
- Add entry for ftp/proftpd
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING11
1 files changed, 11 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index ea4029d679d6..16f75d12280d 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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