diff options
author | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-02 11:32:37 +0000 |
---|---|---|
committer | Sam Lawrance <lawrance@FreeBSD.org> | 2005-12-02 11:32:37 +0000 |
commit | 38c6e1f01e540a037913d994cd250b7984c64c2f (patch) | |
tree | e90b4dec208be08baad10299945af38ad6ad832c /UPDATING | |
parent | 12df895f928abc0df22579a4ecad001c66e1c66e (diff) |
- Fix MOVED entry for security/racoon to direct users to security/ipsec-tools
- Add an UPDATING entry for ipsec-tools regarding changed configuration file
locations for racoon.
Notes
Notes:
svn path=/head/; revision=150217
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -6,6 +6,21 @@ You should get into the habit of checking this file for changes each time you update your ports collection, before attempting any port upgrades. +20051202: + AFFECTS: users of security/racoon and security/ipsec-tools + AUTHOR: lawrance@FreeBSD.org + + security/racoon has been removed. You should migrate to its + replacement, security/ipsec-tools. No configuration changes will + be required. + + The default configuration file location has changed for ipsec-tools. + You will need to move your racoon configuration files to the new + location /usr/local/etc/racoon. Alternatively, add this line in + rc.conf to continue using the old location: + + racoon_flags="-f /usr/local/etc" + 20051201: AFFECTS: users of lang/ocaml AUTHOR: burelle@lri.fr |