commit: 3a5274ed38b2c29c09bbb761a12d75d1686d00c7 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Sun May 2 11:52:25 2021 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Wed May 19 06:20:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3a5274ed
mail-filter/milter-regex: remove unused file Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20654 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> mail-filter/milter-regex/files/milter-regex-init-2.6 | 15 --------------- 1 file changed, 15 deletions(-) diff --git a/mail-filter/milter-regex/files/milter-regex-init-2.6 b/mail-filter/milter-regex/files/milter-regex-init-2.6 deleted file mode 100644 index 9987363e272..00000000000 --- a/mail-filter/milter-regex/files/milter-regex-init-2.6 +++ /dev/null @@ -1,15 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -pidfile="/run/${RC_SVCNAME}.pid" -command="/usr/bin/milter-regex" -command_args="-c ${MR_CONF} -r ${pidfile} -u ${MR_USER} -p ${MR_SOCKET} -P ${MR_PERM} -U ${MR_USER} -G ${MR_GROUP} ${MR_OPTS}" - -depend() { - before mta -} - -start_pre() { - checkpath --directory --mode 0755 --owner ${MR_USER}:${MR_GROUP} ${MR_RUNDIR} -}
