aboutsummaryrefslogtreecommitdiffstats
path: root/UPDATING
diff options
context:
space:
mode:
authorpav <pav@FreeBSD.org>2011-08-08 21:09:52 +0800
committerpav <pav@FreeBSD.org>2011-08-08 21:09:52 +0800
commitb7f76594da99de87204e0395c583f44a205b6c3a (patch)
tree028a3d7b4b26307acb0424cd21039dcbba886495 /UPDATING
parentd371c3d03d1d29d8b501994a6e640620636725fb (diff)
downloadfreebsd-ports-gnome-b7f76594da99de87204e0395c583f44a205b6c3a.tar.gz
freebsd-ports-gnome-b7f76594da99de87204e0395c583f44a205b6c3a.tar.zst
freebsd-ports-gnome-b7f76594da99de87204e0395c583f44a205b6c3a.zip
- Change zenoss user to have a valid shell, and add an UPDATING entry for
already installed base PR: ports/159265 Submitted by: Phil Phillips <pphillips@experts-exchange.com>
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING10
1 files changed, 10 insertions, 0 deletions
diff --git a/UPDATING b/UPDATING
index 21f108cbd21a..0b5306bd85d5 100644
--- a/UPDATING
+++ b/UPDATING
@@ -6,6 +6,16 @@ You should get into the habit of checking this file for changes each time
you update your ports collection, before attempting any port upgrades.
20110808:
+ AFFECTS: users of net-mgmt/zenoss
+ AUTHOR: pphillips@experts-exchange.com
+
+ Some functionality of zenoss requires a valid shell. The FreeBSD port until
+ now was installing a user account without a shell. To fix your existing
+ installation, please run the following command as root:
+
+ # pw usermod zenoss -s /bin/sh -d /usr/local/zenoss
+
+20110808:
AFFECTS: users of dns/powerdns
AUTHOR: tremere@cainites.net