public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: mail-filter/amavisd-milter/files/
@ 2021-04-26 14:04 Brian Evans
  0 siblings, 0 replies; only message in thread
From: Brian Evans @ 2021-04-26 14:04 UTC (permalink / raw
  To: gentoo-commits

commit:     3acbd9af265aac053a18b68ccb0e63ef65a01e4a
Author:     Brian Evans <grknight <AT> gentoo <DOT> org>
AuthorDate: Mon Apr 26 14:03:52 2021 +0000
Commit:     Brian Evans <grknight <AT> gentoo <DOT> org>
CommitDate: Mon Apr 26 14:04:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3acbd9af

mail-filter/amavisd-milter: Always return success in init script start_pre

Signed-off-by: Brian Evans <grknight <AT> gentoo.org>

 mail-filter/amavisd-milter/files/amavisd-milter.initd-r2 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2 b/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2
index 4acd7992258..bcd27759103 100644
--- a/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2
+++ b/mail-filter/amavisd-milter/files/amavisd-milter.initd-r2
@@ -1,5 +1,5 @@
 #!/sbin/openrc-run
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 name="amavisd-milter"
@@ -15,4 +15,5 @@ depend() {
 start_pre() {
 	# needed to avoid potential mi_stop errors
 	[ "${RC_CMD}" = "restart" ] && sleep 4
+	:
 }


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2021-04-26 14:05 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-04-26 14:04 [gentoo-commits] repo/gentoo:master commit in: mail-filter/amavisd-milter/files/ Brian Evans

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox