1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +00:00

Clarify UPDATING entry for maiad and update vscan user to new home dir.

PR:		ports/159949
This commit is contained in:
Chris Rees 2011-09-04 16:08:46 +00:00
parent e14900c23e
commit de85812142
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=281166
2 changed files with 11 additions and 3 deletions

2
UIDs
View File

@ -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

View File

@ -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}