Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 157139
Collapse All | Expand All

(-)/etc/init.d/dovecot.org (+8 lines)
Lines 3-8 Link Here
3
# Distributed under the terms of the GNU General Public License, v2 or later
3
# Distributed under the terms of the GNU General Public License, v2 or later
4
# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init,v 1.3 2005/12/14 23:32:08 uberlord Exp $
4
# $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init,v 1.3 2005/12/14 23:32:08 uberlord Exp $
5
5
6
opts="${opts} reload"
7
6
depend() {
8
depend() {
7
	need net
9
	need net
8
	after saslauthd ldap slapd postgresql mysql
10
	after saslauthd ldap slapd postgresql mysql
Lines 23-25 Link Here
23
	eend $?
25
	eend $?
24
}
26
}
25
27
28
reload() {
29
	ebegin "Reloading dovecot configs and restarting auth/login processes"
30
	kill -1 `cat /var/run/dovecot/master.pid`
31
	eend $?
32
}
33

Return to bug 157139