commit:     0b2b21691bd747fbd4b11fa0663f833726bd89c4
Author:     Eray Aslan <eras <AT> gentoo <DOT> org>
AuthorDate: Mon Jun 28 08:48:42 2021 +0000
Commit:     Eray Aslan <eras <AT> gentoo <DOT> org>
CommitDate: Mon Jun 28 08:49:06 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2b2169

mail-mta/postfix: [QA] Fix missing eend arg

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Eray Aslan <eras <AT> gentoo.org>

 mail-mta/postfix/files/postfix.rc6.2.7 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/mail-mta/postfix/files/postfix.rc6.2.7 
b/mail-mta/postfix/files/postfix.rc6.2.7
index 9a1c1e21de9..62f6dda38cf 100644
--- a/mail-mta/postfix/files/postfix.rc6.2.7
+++ b/mail-mta/postfix/files/postfix.rc6.2.7
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 extra_started_commands="reload abort flush"
@@ -45,7 +45,7 @@ start() {
 stop() {
        ebegin "Stopping postfix ${CONF_MESSAGE}"
        /usr/sbin/postfix ${CONF_PARAM} stop >/dev/null 2>&1
-       eend
+       eend $?
 }
 
 status() {

Reply via email to