diff options
| author | Bernard Spil <brnrd@FreeBSD.org> | 2016-11-02 20:08:33 +0000 |
|---|---|---|
| committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-11-02 20:08:33 +0000 |
| commit | e4b0b4453aa187ff19ebec592485d41fa4ecb4b1 (patch) | |
| tree | d16193d49edc03947ee88e465712e2a6d6fd251a /UPDATING | |
| parent | 25e6a123e1e9d37f8700b052cc7da6b3e91ae7ec (diff) | |
Notes
Diffstat (limited to 'UPDATING')
| -rw-r--r-- | UPDATING | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -5,6 +5,19 @@ 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. +20161102: + AFFECTS: users of security/acme-client + AUTHOR: brnrd@FreeBSD.org + + The default configuration paths have changed from 'letsencrypt' to + 'acme'. Rename the directories used accordingly + + mv /usr/local/etc/letsencrypt /usr/local/etc/acme + mv /usr/local/etc/ssl/letsencrypt /usr/local/etc/ssl/acme + mv /usr/local/www/letsencrypt /usr/local/www/acme + + Check your scripts to ensure proper operation. + 20161030: AFFECTS: users of mail/squirrelmail AUTHOR: adamw@FreeBSD.org |
