[remaster/mcs] some more MCS stuff

This commit is contained in:
Fabio Erculiani
2010-10-16 23:52:11 +02:00
parent af858a68a0
commit 563a44ff28
16 changed files with 1493 additions and 14 deletions

View File

@@ -204,6 +204,11 @@ touch /var/log/clamav/freshclam.log
chown clamav:clamav /var/log/clamav -R
chown clamav:clamav /var/lib/clamav -R
# Fixup mysqld permissions, ebuild bug?
if [ -d "/var/run/mysqld" ]; then
chown mysql:mysql /var/run/mysqld -R
fi
# Setup SAMBA config file
if [ -f /etc/samba/smb.conf.default ]; then
cp -p /etc/samba/smb.conf.default /etc/samba/smb.conf