aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorbarner <barner@FreeBSD.org>2006-05-13 00:58:48 +0800
committerbarner <barner@FreeBSD.org>2006-05-13 00:58:48 +0800
commitc714505fb930a6e483d707c273dfd0f8b8e9d828 (patch)
treeb1eb8c117cf2a42d71731629b6b3e2c60ef13a59 /UPDATING
parent1778a5c57c0aa61018edb65afbecd42b8e17d250 (diff)
downloadfreebsd-ports-gnome-c714505fb930a6e483d707c273dfd0f8b8e9d828.tar.gz
freebsd-ports-gnome-c714505fb930a6e483d707c273dfd0f8b8e9d828.tar.zst
freebsd-ports-gnome-c714505fb930a6e483d707c273dfd0f8b8e9d828.zip
- Update to 6.3.4 [1]
- Add rcNG script. See $PREFIX/etc/rc.d/fetchmail for instructions. Inspired by [2] and ports/www/apache22. PR: ports/96987 [1], ports/96079 Submitted by: Rob MacGregor <freebsd.macgregor@blueyonder.co.uk> [1], Martin Jackson <mhjacks@swbell.net>
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>