diff options
author | itetcu <itetcu@FreeBSD.org> | 2008-05-06 18:48:14 +0800 |
---|---|---|
committer | itetcu <itetcu@FreeBSD.org> | 2008-05-06 18:48:14 +0800 |
commit | e9ad3d43fdfa4570d8d9b10104dd6ece7777cd30 (patch) | |
tree | cbaade845c0e011e9dae672f0ace37a31a7d1107 /UPDATING | |
parent | ccaf3a88cb3698c83290eeb032ebedd7a3a68711 (diff) | |
download | freebsd-ports-graphics-e9ad3d43fdfa4570d8d9b10104dd6ece7777cd30.tar.gz freebsd-ports-graphics-e9ad3d43fdfa4570d8d9b10104dd6ece7777cd30.tar.zst freebsd-ports-graphics-e9ad3d43fdfa4570d8d9b10104dd6ece7777cd30.zip |
Add a note about the changes in net-mgmt/collectd
PR: ports/123367
Submitted by: maintainer
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 14 insertions, 1 deletions
@@ -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. +2008056: + AFFECTS: users of net-mgmt/collectd + AUTHOR: daniel@roe.ch + + Previously, net-mgmt/collectd used to remove the config file + even if it was changed by the user. This has now been fixed. + To upgrade without losing your configuration, copy + ${PREFIX}/etc/collectd.conf away to a safe place before + upgrading net-mgmt/collectd. + In addition, the default location of the data files changed + from ${PREFIX}/var/lib/collectd to /var/db/collectd; you + may want to move your data files and edit your configuration + accordingly. + 20080503: AFFECTS: users of net/skype-devel AUTHOR: beech@FreeBSD.org @@ -15,7 +29,6 @@ upgrades. portupgrade -o net/skype net/skype-devel - 20080426: AFFECTS: users of www/phpgedview AUTHOR: beech@FreeBSD.org |