Gentoo Archives: gentoo-commits

From: "Patrick Lauer (patrick)" <patrick@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-mail/dovecot/files: dovecot.init-r2
Date: Thu, 10 Sep 2009 17:24:35
Message-Id: E1MlnNp-0001nK-7G@stork.gentoo.org
1 patrick 09/09/10 17:24:33
2
3 Modified: dovecot.init-r2
4 Log:
5 Fixing init script ordering to avoid postfix/sasl failure, fixes #239535
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 net-mail/dovecot/files/dovecot.init-r2
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2?r1=1.1&r2=1.2
14
15 Index: dovecot.init-r2
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- dovecot.init-r2 3 Nov 2008 17:22:59 -0000 1.1
22 +++ dovecot.init-r2 10 Sep 2009 17:24:33 -0000 1.2
23 @@ -1,12 +1,13 @@
24 #!/sbin/runscript
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License, v2 or later
27 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,v 1.1 2008/11/03 17:22:59 wschlich Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,v 1.2 2009/09/10 17:24:33 patrick Exp $
29
30 opts="reload"
31
32 depend() {
33 need localmount net
34 + before postfix
35 after bootmisc ldap mysql ntp-client ntpd postgresql saslauthd slapd
36 use logger
37 }