From: Heiko Z. <smi...@us...> - 2010-09-30 18:31:02
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18551/scripts Modified Files: dovecot Log Message: add missing dovenull user for dovecot v2 Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.23 retrieving revision 1.24 diff -u -d -r1.23 -r1.24 --- dovecot 30 Aug 2010 20:31:10 -0000 1.23 +++ dovecot 30 Sep 2010 18:30:54 -0000 1.24 @@ -61,6 +61,7 @@ chmod -R 750 $CDDIR/var/run/dovecot || exit 1 useradd -u 102 -g nogroup -s /bin/false -c "Dovecot secure IMAP server" dovecot + useradd -u 103 -g nogroup -s /bin/false -c "Dovecot secure IMAP server - untrusted" dovenull cp $MYDIR/scripts/dovecot $ETCDIR/etc/init.d || exit 1 cp $MYDIR/scripts/dovecot.pam $ETCDIR/etc/pam.d/dovecot || exit 1 |