diff options
author | Eray Aslan <eras@gentoo.org> | 2011-10-24 12:52:32 +0000 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2011-10-24 12:52:32 +0000 |
commit | c270ee37bb73e02a8a190a80902fda2b83a329e0 (patch) | |
tree | db863480051e762bd1b9931c25eafa96eefafe04 /mail-mta/postfix/files | |
parent | app-text/notmuch-0.9: Fixed emacs support and more. (diff) | |
download | gentoo-2-c270ee37bb73e02a8a190a80902fda2b83a329e0.tar.gz gentoo-2-c270ee37bb73e02a8a190a80902fda2b83a329e0.tar.bz2 gentoo-2-c270ee37bb73e02a8a190a80902fda2b83a329e0.zip |
use extra_started_commands - bug #385635
(Portage version: 2.1.10.31/cvs/Linux x86_64)
Diffstat (limited to 'mail-mta/postfix/files')
-rw-r--r-- | mail-mta/postfix/files/postfix.rc6.2.5 | 6 | ||||
-rw-r--r-- | mail-mta/postfix/files/postfix.rc6.2.6 | 4 |
2 files changed, 5 insertions, 5 deletions
diff --git a/mail-mta/postfix/files/postfix.rc6.2.5 b/mail-mta/postfix/files/postfix.rc6.2.5 index b2396b3aea3c..b62bb7ff42e1 100644 --- a/mail-mta/postfix/files/postfix.rc6.2.5 +++ b/mail-mta/postfix/files/postfix.rc6.2.5 @@ -1,7 +1,7 @@ #!/sbin/runscript -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.5,v 1.3 2008/08/18 14:18:40 falco Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.5,v 1.4 2011/10/24 12:52:32 eras Exp $ # If you plan to simultaneously use several Postfix instances, don't forget # to specify your alternate_config_directories variable in your main main.cf file. @@ -16,7 +16,7 @@ if [ -n ${CONF_OPT} -a ${SVCNAME} != "postfix" ]; then CONF_DIR="${CONF_DIR}.${CONF_OPT}" fi -opts="${opts} reload" +extra_started_commands="reload" depend() { use logger dns ypbind amavisd mysql postgresql antivirus postfix_greylist net saslauthd diff --git a/mail-mta/postfix/files/postfix.rc6.2.6 b/mail-mta/postfix/files/postfix.rc6.2.6 index b500f0c86dca..3f14c9f61bb4 100644 --- a/mail-mta/postfix/files/postfix.rc6.2.6 +++ b/mail-mta/postfix/files/postfix.rc6.2.6 @@ -1,7 +1,7 @@ #!/sbin/runscript # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.6,v 1.2 2011/07/07 14:11:36 eras Exp $ +# $Header: /var/cvsroot/gentoo-x86/mail-mta/postfix/files/postfix.rc6.2.6,v 1.3 2011/10/24 12:52:32 eras Exp $ # Please read http://www.postfix.org/MULTI_INSTANCE_README.html for multi instance support @@ -18,7 +18,7 @@ else CONF_MESSAGE="(${CONF_DIR})" fi -opts="${opts} reload abort flush" +extra_started_commands="reload abort flush" description_reload="Re-read configuration files. Running processes terminate at their earliest convenience." description_abort="Stop the Postfix mail system abruptly. Running processes are signaled to stop immediately." |