From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1MlnNr-0005AO-2a for garchives@archives.gentoo.org; Thu, 10 Sep 2009 17:24:35 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 56D5CE08C9; Thu, 10 Sep 2009 17:24:34 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 37C48E08C9 for ; Thu, 10 Sep 2009 17:24:34 +0000 (UTC) Received: from stork.gentoo.org (stork.gentoo.org [64.127.104.133]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTP id DA856676A8 for ; Thu, 10 Sep 2009 17:24:33 +0000 (UTC) Received: from patrick by stork.gentoo.org with local (Exim 4.69) (envelope-from ) id 1MlnNp-0001nK-7G for gentoo-commits@lists.gentoo.org; Thu, 10 Sep 2009 17:24:33 +0000 From: "Patrick Lauer (patrick)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, patrick@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot/files: dovecot.init-r2 X-VCS-Repository: gentoo-x86 X-VCS-Files: dovecot.init-r2 X-VCS-Directories: net-mail/dovecot/files X-VCS-Committer: patrick X-VCS-Committer-Name: Patrick Lauer Content-Type: text/plain; charset=utf8 Message-Id: Sender: Patrick Lauer Date: Thu, 10 Sep 2009 17:24:33 +0000 Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 5517b364-c9ea-4068-b347-6879d14400aa X-Archives-Hash: 085c4986c7a8429a6dff548a02f70cd7 patrick 09/09/10 17:24:33 Modified: dovecot.init-r2 Log: Fixing init script ordering to avoid postfix/sasl failure, fixes #23953= 5 (Portage version: 2.2_rc40/cvs/Linux x86_64) Revision Changes Path 1.2 net-mail/dovecot/files/dovecot.init-r2 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/f= iles/dovecot.init-r2?rev=3D1.2&view=3Dmarkup plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/f= iles/dovecot.init-r2?rev=3D1.2&content-type=3Dtext/plain diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/f= iles/dovecot.init-r2?r1=3D1.1&r2=3D1.2 Index: dovecot.init-r2 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,= v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- dovecot.init-r2 3 Nov 2008 17:22:59 -0000 1.1 +++ dovecot.init-r2 10 Sep 2009 17:24:33 -0000 1.2 @@ -1,12 +1,13 @@ #!/sbin/runscript # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or l= ater -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r= 2,v 1.1 2008/11/03 17:22:59 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r= 2,v 1.2 2009/09/10 17:24:33 patrick Exp $ =20 opts=3D"reload" =20 depend() { need localmount net + before postfix after bootmisc ldap mysql ntp-client ntpd postgresql saslauthd slapd=20 use logger }