aboutsummaryrefslogtreecommitdiff
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
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
-rw-r--r--UIDs2
-rw-r--r--UPDATING12
2 files changed, 11 insertions, 3 deletions
diff --git a/UIDs b/UIDs
index 371747955610..fbb2371048f1 100644
--- a/UIDs
+++ b/UIDs
@@ -52,7 +52,7 @@ clamav:*:106:106::0:0:Clamav Antivirus:/nonexistent:/usr/sbin/nologin
cacti:*:107:107::0:0:Cacti Sandbox:/nonexistent:/usr/sbin/nologin
webkit:*:108:108::0:0:WebKit Default User:/usr/local/www/webkit:/bin/sh
quickml:*:109:109::0:0:quickml Server:/nonexistent:/usr/sbin/nologin
-vscan:*:110:110::0:0:Scanning Virus Account:/var/amavis:/bin/sh
+vscan:*:110:110::0:0:Scanning Virus Account:/var/maiad:/bin/sh
fido:*:111:111::0:0:Fido System:/usr/local/fido:/bin/sh
dcc:*:112:112::0:0:Distributed Checksum Clearinghouse:/nonexistent:/usr/sbin/nologin
amavis:*:113:113::0:0:Amavis-stats Account:/nonexistent:/usr/sbin/nologin
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}