diff options
author | Patrick Lauer <patrick@gentoo.org> | 2009-09-10 17:24:33 +0000 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2009-09-10 17:24:33 +0000 |
commit | c94341df1758698f9696f040663447762ec33da8 (patch) | |
tree | 19a0529c4f1bd4ade3122ae6533dbf8a3a126d32 /net-mail/dovecot | |
parent | Bump to 1.2.4. Many new features and useflags, thanks to Robert Foerster, Bjo... (diff) | |
download | gentoo-2-c94341df1758698f9696f040663447762ec33da8.tar.gz gentoo-2-c94341df1758698f9696f040663447762ec33da8.tar.bz2 gentoo-2-c94341df1758698f9696f040663447762ec33da8.zip |
Fixing init script ordering to avoid postfix/sasl failure, fixes #239535
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'net-mail/dovecot')
-rw-r--r-- | net-mail/dovecot/ChangeLog | 5 | ||||
-rw-r--r-- | net-mail/dovecot/files/dovecot.init-r2 | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-mail/dovecot/ChangeLog b/net-mail/dovecot/ChangeLog index 171cd88fa59c..daacdc8b6589 100644 --- a/net-mail/dovecot/ChangeLog +++ b/net-mail/dovecot/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-mail/dovecot # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.205 2009/09/10 17:18:07 patrick Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/ChangeLog,v 1.206 2009/09/10 17:24:32 patrick Exp $ + + 10 Sep 2009; Patrick Lauer <patrick@gentoo.org> files/dovecot.init-r2: + Fixing init script ordering to avoid postfix/sasl failure, fixes #239535 *dovecot-1.2.4 (10 Sep 2009) diff --git a/net-mail/dovecot/files/dovecot.init-r2 b/net-mail/dovecot/files/dovecot.init-r2 index eb5b1b904c6d..549c9ff65f82 100644 --- a/net-mail/dovecot/files/dovecot.init-r2 +++ b/net-mail/dovecot/files/dovecot.init-r2 @@ -1,12 +1,13 @@ #!/sbin/runscript # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,v 1.1 2008/11/03 17:22:59 wschlich Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init-r2,v 1.2 2009/09/10 17:24:33 patrick Exp $ opts="reload" depend() { need localmount net + before postfix after bootmisc ldap mysql ntp-client ntpd postgresql saslauthd slapd use logger } |