aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2006-05-12 16:58:48 +0000
committerSimon Barner <barner@FreeBSD.org>2006-05-12 16:58:48 +0000
commitf9884d1c0e012e8d6dc9f5995419b98ca251a2f2 (patch)
tree4159cbefde4c6febb55cf771b0a7b881928aaf2f /UPDATING
parent2207dd33a86858c3acf3bbbe737c06e18c3a8f07 (diff)
downloadports-f9884d1c0e012e8d6dc9f5995419b98ca251a2f2.tar.gz
ports-f9884d1c0e012e8d6dc9f5995419b98ca251a2f2.zip
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING14
1 files changed, 14 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 4280b9dd406a..0184362ebbb7 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,20 @@ You should get into the habit of checking this file for changes each
time you update your ports collection, before attempting any port
upgrades.
+20060512:
+ AFFECTS: users of mail/fetchmail
+ AUTHOR: barner@FreeBSD.org
+
+ Fetchmail now has a rcNG script. It supports two modes:
+
+ - one fetchmail instance per user: Set the `fetchmail_users'
+ variable to a list of users for which you want to start
+ fetchmail.
+ - a global system wide daemon (runs per default as user
+ `fetchmail')
+
+ See $PREFIX/etc/rc.d/fetchmail for details.
+
20060509:
AFFECTS: users of net-im/sulci
AUTHOR: Denis Shaposhnikov <dsh@vlink.ru>