aboutsummaryrefslogtreecommitdiff
path: root/UPDATING
diff options
context:
space:
mode:
authorChris Rees <crees@FreeBSD.org>2011-09-04 16:08:46 +0000
committerChris Rees <crees@FreeBSD.org>2011-09-04 16:08:46 +0000
commitde858121427d91a3d9a74b02bccbdbfac170cfb6 (patch)
treea350e06c1dfeb31b7be7650ffa9ebf08f5447a06 /UPDATING
parente14900c23e5ff6c38b974c13fd21bc3d3e9303cc (diff)
downloadports-de858121427d91a3d9a74b02bccbdbfac170cfb6.tar.gz
ports-de858121427d91a3d9a74b02bccbdbfac170cfb6.zip
Clarify UPDATING entry for maiad and update vscan user to new home dir.
PR: ports/159949
Notes
Notes: svn path=/head/; revision=281166
Diffstat (limited to 'UPDATING')
-rw-r--r--UPDATING12
1 files changed, 10 insertions, 2 deletions
diff --git a/UPDATING b/UPDATING
index 7c6ce65785fd..4c16e61b197b 100644
--- a/UPDATING
+++ b/UPDATING
@@ -30,11 +30,19 @@ you update your ports collection, before attempting any port upgrades.
20110829:
AFFECTS: users of security/maia
- AUTHOR: crees@FreeBSD.org
+ AUTHOR: Janky Jay, III <ek@purplehat.org>
There have been many changes to the maia port, including renaming the rc
script and variables from maia to maiad. You will need to replace any
- instances of maia with maiad in /etc/rc.conf.
+ instances of maia with maiad in /etc/rc.conf, as well as renaming /var/amavisd
+ to /var/maiad. The 'vscan' user's home directory also needs to be changed to
+ /var/maiad.
+
+ These can be done by:
+
+ # mv /var/amavisd /var/maiad
+ # sed -i.bak -e "s/^maia_/maiad_/" /etc/rc.conf
+ # pw usermod vscan -d /var/maiad
20110828:
AFFECTS: users of print/cups-{base,client,image}