diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2016-05-26 07:15:16 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2016-05-26 07:15:16 +0000 |
commit | dfeed7d39ef55290bced3b884c9b274430e21544 (patch) | |
tree | ab700c3be10e42b2ff4cbe4f475f86be671f50bd /UPDATING | |
parent | dd4c82e2e3806449ab9c2bf51ea4c0914ad105c1 (diff) | |
download | ports-dfeed7d39ef55290bced3b884c9b274430e21544.tar.gz ports-dfeed7d39ef55290bced3b884c9b274430e21544.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -5,6 +5,26 @@ 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. +20160526: + AFFECTS: Users of mail/opensmtpd + AUTHOR: brnrd@FreeBSD.org + + Due to changes to the rc-script you must stop smtpd prior to upgrading + mail/opensmtpd to version 5.9.2 + + # service smtpd stop + + Then upgrade OpenSMTPD to version 5.9.2. + Additionally version 5.9.2 changes the file mode bits for two directories. + To allow existing installations to start succesfully you must apply the + following changes + + # chown -R root:_smtpq /var/spool/smtpd/offline + # chmod -R 770 /var/spool/smtpd/offline + # chmod -R 700 /var/spool/smtpd/purge + + After applying the changes, the smtpd daemon can succesfully be started. + 20160525: AFFECTS: Users of devel/qtcreator AUTHOR: nolden@kde.org |