diff options
author | Nikolai Lifanov <lifanov@FreeBSD.org> | 2018-11-05 02:07:09 +0000 |
---|---|---|
committer | Nikolai Lifanov <lifanov@FreeBSD.org> | 2018-11-05 02:07:09 +0000 |
commit | 6dedc0c7432110cfcfd73a4e6e2ce18fe99665c6 (patch) | |
tree | 74b8b0acf8b40ce6a39446db01bbd619f3168364 /UPDATING | |
parent | 09dd119ccc3a4be39fc7416185bba22d11edd6cc (diff) | |
download | ports-6dedc0c7432110cfcfd73a4e6e2ce18fe99665c6.tar.gz ports-6dedc0c7432110cfcfd73a4e6e2ce18fe99665c6.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -5,6 +5,17 @@ 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. +20181104: + AFFECTS: users of sysutils/ansible* + AUTHOR: lifanov@FreeBSD.org + + Default Ansible configuration location changed to LOCALBASE/etc/ansible + instead of a per-flavor directory. If you use system-wide Ansible + configuration, please migrate from a flavored directory to a common + one: + + # mv /usr/local/etc/py27-ansible /usr/local/etc/ansible + 20181031: AFFECTS: users of www/node AUTHOR: bhughes@FreeBSD.org |