aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorKubilay Kocak <koobs@FreeBSD.org>2014-02-01 00:57:50 +0000
committerKubilay Kocak <koobs@FreeBSD.org>2014-02-01 00:57:50 +0000
commit81607cea8a25a52bb5c3dbf8904e849e12ee9162 (patch)
tree7f2f17f1c07a459245a939bed5a8abc7b9b8268d /UPDATING
parent2dba7321bbb730901486bcdf312c53ee8bb047e6 (diff)
downloadports-81607cea8a25a52bb5c3dbf8904e849e12ee9162.tar.gz
ports-81607cea8a25a52bb5c3dbf8904e849e12ee9162.zip
Add UPDATING entry for zabbix UIDs change and bump ports
PR: ports/186298 Reviewed by: mat
Notes
Notes: svn path=/head/; revision=342094
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 12 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 6b0c0605b426..b2a9a5ab143a 100644
--- a/UPDATING
+++ b/UPDATING
@@ -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