Bug#693787: Unblock request for dovecot

2012-12-19 Thread Julien Cristau
On Mon, Dec 17, 2012 at 03:16:41 -0500, Jaldhar H. Vyas wrote: On Sun, 2 Dec 2012, Julien Cristau wrote: -6 has been uploaded with all the requested changes. dovecot-core.postinst still references conf.d/10-tcpwrapper.conf. Is that intentional? I guess it's harmless since the file is all

Bug#693787: Unblock request for dovecot

2012-12-19 Thread Jaldhar H. Vyas
On Wed, 19 Dec 2012, Julien Cristau wrote: On Mon, Dec 17, 2012 at 03:16:41 -0500, Jaldhar H. Vyas wrote: On Sun, 2 Dec 2012, Julien Cristau wrote: -6 has been uploaded with all the requested changes. dovecot-core.postinst still references conf.d/10-tcpwrapper.conf. Is that intentional?

Bug#693787: Unblock request for dovecot

2012-12-19 Thread Julien Cristau
On Wed, Dec 19, 2012 at 10:15:14 -0500, Jaldhar H. Vyas wrote: Also it is a conffile and I was worried it might cause a problem if I removed it and a user decided to add TCP wrapper support themselves and then a later version of this package included it again and ended up overwriting their

Bug#693787: Unblock request for dovecot

2012-12-19 Thread Jaldhar H. Vyas
On Wed, 19 Dec 2012, Julien Cristau wrote: Something should be done about 693114. If you don't think it's a blocker then I would suggest to either close it (if it's invalid/documented) or downgrade to important? I'll downgrade it because it is a real issue but one which I think requires

Bug#693787: Unblock request for dovecot

2012-12-17 Thread Jaldhar H. Vyas
On Sun, 2 Dec 2012, Julien Cristau wrote: -6 has been uploaded with all the requested changes. -- Jaldhar H. Vyas jald...@debian.org -- To UNSUBSCRIBE, email to debian-release-requ...@lists.debian.org with a subject of unsubscribe. Trouble? Contact listmas...@lists.debian.org Archive:

Bug#693787: Unblock request for dovecot

2012-12-02 Thread Julien Cristau
On Mon, Nov 26, 2012 at 23:04:07 -0500, Jaldhar H. Vyas wrote: +if [ $1 = triggered ]; then +if [ -x /etc/init.d/dovecot ]; then +if [ -x /usr/sbin/invoke-rc.d ]; then +invoke-rc.d dovecot start +else +/etc/init.d/dovecot start +fi +