From: Heiko Z. <smi...@us...> - 2010-12-10 21:01:12
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9100 Modified Files: dovecot Log Message: more directory perm fixing Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- dovecot 10 Dec 2010 20:29:00 -0000 1.29 +++ dovecot 10 Dec 2010 21:01:04 -0000 1.30 @@ -68,7 +68,7 @@ mkdir -p $CDDIR/var/run/dovecot/login || exit 1 chgrp dovenull $CDDIR/var/run/dovecot/login || exit 1 chmod -R 755 $CDDIR/var/run/dovecot || exit 1 - chmod -R 755 $CDDIR/var/run/dovecot/login || exit 1 + chmod -R 750 $CDDIR/var/run/dovecot/login || exit 1 useradd -u 102 -g nogroup -s /bin/false -c "Dovecot secure IMAP server" dovecot cp $MYDIR/scripts/dovecot $ETCDIR/etc/init.d || exit 1 |