aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2011-08-15 23:15:50 +0800
committercrees <crees@FreeBSD.org>2011-08-15 23:15:50 +0800
commit2a25d3b609ef5e24fffbbd286012766645b374ae (patch)
treee206c322990a9839fb382347126b85e999b004fa /UPDATING
parent57011b6f692ac7bc5cf0d63898f446540570fcbb (diff)
downloadfreebsd-ports-gnome-2a25d3b609ef5e24fffbbd286012766645b374ae.tar.gz
freebsd-ports-gnome-2a25d3b609ef5e24fffbbd286012766645b374ae.tar.zst
freebsd-ports-gnome-2a25d3b609ef5e24fffbbd286012766645b374ae.zip
Document risks involved in updating swapexd -- config file clobbering.
PR: ports/157242
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 0b5306bd85d5..245381d85a92 100644
--- a/UPDATING
+++ b/UPDATING
@@ -5,6 +5,16 @@ they are unavoidable.
You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
+20110815:
+ AFFECTS: users of sysutils/swapexd
+ AUTHOR: crees
+
+ swapexd used to clobber its config file on deinstall, unfortunately this will
+ not be fixed in installed packages. Back up your config before updating, or
+ you will lose it!
+
+ # cp /usr/local/etc/swapexd/swapexd.conf ~/swapexd.conf.bak
+
20110808:
AFFECTS: users of net-mgmt/zenoss
AUTHOR: pphillips@experts-exchange.com