Gentoo Archives: gentoo-commits

From: Eray Aslan <eras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-mta/postfix/files/
Date: Mon, 28 Jun 2021 08:49:13
Message-Id: 1624870146.0b2b21691bd747fbd4b11fa0663f833726bd89c4.eras@gentoo
1 commit: 0b2b21691bd747fbd4b11fa0663f833726bd89c4
2 Author: Eray Aslan <eras <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jun 28 08:48:42 2021 +0000
4 Commit: Eray Aslan <eras <AT> gentoo <DOT> org>
5 CommitDate: Mon Jun 28 08:49:06 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0b2b2169
7
8 mail-mta/postfix: [QA] Fix missing eend arg
9
10 Package-Manager: Portage-3.0.20, Repoman-3.0.3
11 Signed-off-by: Eray Aslan <eras <AT> gentoo.org>
12
13 mail-mta/postfix/files/postfix.rc6.2.7 | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/mail-mta/postfix/files/postfix.rc6.2.7 b/mail-mta/postfix/files/postfix.rc6.2.7
17 index 9a1c1e21de9..62f6dda38cf 100644
18 --- a/mail-mta/postfix/files/postfix.rc6.2.7
19 +++ b/mail-mta/postfix/files/postfix.rc6.2.7
20 @@ -1,5 +1,5 @@
21 #!/sbin/openrc-run
22 -# Copyright 1999-2012 Gentoo Foundation
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 extra_started_commands="reload abort flush"
27 @@ -45,7 +45,7 @@ start() {
28 stop() {
29 ebegin "Stopping postfix ${CONF_MESSAGE}"
30 /usr/sbin/postfix ${CONF_PARAM} stop >/dev/null 2>&1
31 - eend
32 + eend $?
33 }
34
35 status() {