diff options
author | crees <crees@FreeBSD.org> | 2011-08-15 23:15:50 +0800 |
---|---|---|
committer | crees <crees@FreeBSD.org> | 2011-08-15 23:15:50 +0800 |
commit | 2a25d3b609ef5e24fffbbd286012766645b374ae (patch) | |
tree | e206c322990a9839fb382347126b85e999b004fa /UPDATING | |
parent | 57011b6f692ac7bc5cf0d63898f446540570fcbb (diff) | |
download | freebsd-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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |