aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorPav Lucistnik <pav@FreeBSD.org>2011-08-08 13:09:52 +0000
committerPav Lucistnik <pav@FreeBSD.org>2011-08-08 13:09:52 +0000
commit23f8489eb9cfcb353c7f0ea5db7d39e1aa30e787 (patch)
tree370139e64da5a06daa587fa05438761cc2dccc67 /UPDATING
parentf2e62846d02e2ae882029bde3da40849536ebe3c (diff)
downloadports-23f8489eb9cfcb353c7f0ea5db7d39e1aa30e787.tar.gz
ports-23f8489eb9cfcb353c7f0ea5db7d39e1aa30e787.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>
Notes
Notes: svn path=/head/; revision=279219
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