From: Heiko Z. <smi...@us...> - 2010-10-02 19:35:31
|
Update of /cvsroot/devil-linux/build/scripts In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12865/scripts Modified Files: dovecot dovecot_deleted_to_trash Log Message: revert dovecot back to v1.2 Index: dovecot =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot,v retrieving revision 1.26 retrieving revision 1.27 diff -u -d -r1.26 -r1.27 --- dovecot 2 Oct 2010 16:42:46 -0000 1.26 +++ dovecot 2 Oct 2010 19:35:23 -0000 1.27 @@ -32,8 +32,8 @@ CONF_OPTIONS="$CONF_OPTIONS --with-sqlite" fi - ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --with-ssl=openssl \ - --with-sql --with-zlib --with-bzlib --with-libcap --enable-shared $CONF_OPTIONS || exit 1 + ./configure --prefix=/usr --sysconfdir=/etc/dovecot --localstatedir=/var --with-ssl=openssl \ + --with-db --with-zlib --with-bzlib --with-libcap --enable-shared --enable-header-install $CONF_OPTIONS || exit 1 make $PMAKE all || exit 1 strip_debug @@ -61,7 +61,6 @@ 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 Index: dovecot_deleted_to_trash =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/dovecot_deleted_to_trash,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- dovecot_deleted_to_trash 27 Sep 2010 17:52:43 -0000 1.5 +++ dovecot_deleted_to_trash 2 Oct 2010 19:35:23 -0000 1.6 @@ -15,9 +15,6 @@ MYNAME=DOVECOT -# this currently doesn't work with the new dovecot -exit 0 - case $1 in build ) if [ "$CONFIG_DOVECOT" = "y" ]; then |