diff options
author | Kubilay Kocak <koobs@FreeBSD.org> | 2014-02-01 00:57:50 +0000 |
---|---|---|
committer | Kubilay Kocak <koobs@FreeBSD.org> | 2014-02-01 00:57:50 +0000 |
commit | 81607cea8a25a52bb5c3dbf8904e849e12ee9162 (patch) | |
tree | 7f2f17f1c07a459245a939bed5a8abc7b9b8268d /UPDATING | |
parent | 2dba7321bbb730901486bcdf312c53ee8bb047e6 (diff) | |
download | ports-81607cea8a25a52bb5c3dbf8904e849e12ee9162.tar.gz ports-81607cea8a25a52bb5c3dbf8904e849e12ee9162.zip |
Notes
Diffstat (limited to 'UPDATING')
-rw-r--r-- | UPDATING | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -5,6 +5,18 @@ 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. +20140201: + AFFECTS: users of net-mgmt/zabbix* + AUTHOR: koobs@FreeBSD.org + + The login shell for the zabbix user in UIDs was changed from + /usr/sbin/nologin to /bin/sh to fix the zabbix-agent UserParameter + feature. + + To update the existing user on your system, run: + + # pw usermod zabbix -s /bin/sh + 20140114: AFFECTS: users of www/mod_authnz_external AUTHOR: ohauer@FreeBSD.org |