Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 103359 Details for
Bug 157139
>=net-mail/dovecot-1.0-rc3 - add reload support to init script
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
add reload() to /etc/init.d/dovecot
dovecot-init.patch (text/plain), 604 bytes, created by
Marshal Newrock
on 2006-12-04 14:25:56 UTC
(
hide
)
Description:
add reload() to /etc/init.d/dovecot
Filename:
MIME Type:
Creator:
Marshal Newrock
Created:
2006-12-04 14:25:56 UTC
Size:
604 bytes
patch
obsolete
>--- /etc/init.d/dovecot.org 2006-12-04 17:03:50.000000000 -0500 >+++ /etc/init.d/dovecot 2006-12-04 17:07:36.000000000 -0500 >@@ -3,6 +3,8 @@ > # Distributed under the terms of the GNU General Public License, v2 or later > # $Header: /var/cvsroot/gentoo-x86/net-mail/dovecot/files/dovecot.init,v 1.3 2005/12/14 23:32:08 uberlord Exp $ > >+opts="${opts} reload" >+ > depend() { > need net > after saslauthd ldap slapd postgresql mysql >@@ -23,3 +25,9 @@ > eend $? > } > >+reload() { >+ ebegin "Reloading dovecot configs and restarting auth/login processes" >+ kill -1 `cat /var/run/dovecot/master.pid` >+ eend $? >+} >+
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 157139
: 103359