diff options
author | pav <pav@FreeBSD.org> | 2011-08-08 21:09:52 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2011-08-08 21:09:52 +0800 |
commit | b7f76594da99de87204e0395c583f44a205b6c3a (patch) | |
tree | 028a3d7b4b26307acb0424cd21039dcbba886495 /UPDATING | |
parent | d371c3d03d1d29d8b501994a6e640620636725fb (diff) | |
download | freebsd-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-- | UPDATING | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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 |