diff options
author | Mark Johnston <markj@FreeBSD.org> | 2024-05-24 16:10:07 +0000 |
---|---|---|
committer | Mark Johnston <markj@FreeBSD.org> | 2024-06-04 18:41:46 +0000 |
commit | 1e8a7776b9d901d982371022710828faf8516734 (patch) | |
tree | 23dc6e193c4471b31d221df2c49461189dfe91b9 | |
parent | 5349beb0a4e7f933ad58d3b57865cade61b6207c (diff) |
UPDATING: Add an entry regarding snmpd.log ownership
Sponsored by: Klara, Inc.
-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. +20240604: + AFFECTS: net-mgmt/net-snmp + AUTHOR: markj@FreeBSD.org + + The net-snmp port's newsyslog(8) configuration has been updated such + that the snmpd log file will be owned by the snmpd user following log + rotation. This is done to make it easier to run snmpd as the snmpd + user rather than as root, using the snmpd_sugid rc.conf option. + For now snmpd still runs as root by default. This is expected to change + in the future. + 20240529: AFFECTS: users of TeX* AUTHOR: bofh@FreeBSD.org |