diff options
author | Dan Langille <dvl@FreeBSD.org> | 2022-10-11 20:00:40 +0000 |
---|---|---|
committer | Dan Langille <dvl@FreeBSD.org> | 2022-10-11 20:04:23 +0000 |
commit | 318400ae027bf074838191f09437c19be5b062ff (patch) | |
tree | 037174b75a402c07e7f25cfef42fa8b4902302a5 /UPDATING | |
parent | aaf4428824f073d6fe4b786ddb3d66643351919d (diff) | |
download | freebsd-ports-318400ae027bf074838191f09437c19be5b062ff.zip |
security/acme.sh: Change crontab and add newsyslog
This update may break your install if you were using a symlink to
%%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead,
a log rotation configuration is now installed to etc/cron.d/acme.sh.sample
you should modify etc/cron.d/acme.sh to needs.
The port now installs a log rotation file to etc/newsyslog.d/acme.sh.sample
and you you should update etc/newsyslog.d/acme.sh to suit your needs.
This file has long been part of the port, but was never installed.
Neither the log rotation nor the crontab are active until you remove the
comments.
While here, several portclippy updates
Reported by: marck
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -5,6 +5,22 @@ 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. +20221011: + AFFECTS: users of security/acme.sh + AUTHOR: dvl@FreeBSD.org + + This update may break your install if you were using a symlink to + %%EXAMPLESDIR%%/acme.sh.conf - that file is no longer installed. Instead, + a log rotation configuration is now installed to etc/cron.d/acme.sh.sample + you should modify etc/cron.d/acme.sh to needs. + + The port now installs a log rotation file to etc/newsyslog.d/acme.sh.sample + and you you should update etc/newsyslog.d/acme.sh to suit your needs. + This file has long been part of the port, but was never installed. + + Neither the log rotation nor the crontab are active until you remove the + comments. + 20221002: AFFECTS: users of shells/bash AUTHOR: ehaupt@FreeBSD.org |