Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 84588 Details for
Bug 129870
/etc/init.d/postfix does not have the "flush" command available
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch to add flush to the init.d script
postfix.diff (text/plain), 644 bytes, created by
Jeremy Fowler
on 2006-04-13 15:08:31 UTC
(
hide
)
Description:
Patch to add flush to the init.d script
Filename:
MIME Type:
Creator:
Jeremy Fowler
Created:
2006-04-13 15:08:31 UTC
Size:
644 bytes
patch
obsolete
>--- /etc/init.d/postfix.old 2006-04-13 09:37:48.000000000 -0500 >+++ /etc/init.d/postfix 2006-04-13 09:29:48.000000000 -0500 >@@ -3,7 +3,7 @@ > # Distributed under the terms of the GNU General Public License v2 > # $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.2.5,v 1.1 2005/10/11 02:16:31 langthang Exp $ > >-opts="${opts} reload" >+opts="${opts} reload flush" > > depend() { > use logger dns ypbind amavisd mysql postgresql antivirus postfix_greylist net >@@ -27,3 +27,9 @@ > /usr/sbin/postfix reload &>/dev/null > eend $? > } >+ >+flush() { >+ ebegin "Flushing postfix queues" >+ /usr/sbin/postfix flush &>/dev/null >+ 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 129870
: 84588