summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Mair-Keimberger <mmk@levelnine.at>2021-05-02 13:52:25 +0200
committerJoonas Niilola <juippis@gentoo.org>2021-05-19 09:20:00 +0300
commit3a5274ed38b2c29c09bbb761a12d75d1686d00c7 (patch)
tree7df0d894d62f0948f2a7e38f27d51affb10442f9 /mail-filter
parentnet-misc/batctl: Dropped old. (diff)
downloadgentoo-3a5274ed38b2c29c09bbb761a12d75d1686d00c7.tar.gz
gentoo-3a5274ed38b2c29c09bbb761a12d75d1686d00c7.tar.bz2
gentoo-3a5274ed38b2c29c09bbb761a12d75d1686d00c7.zip
mail-filter/milter-regex: remove unused file
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at> Closes: https://github.com/gentoo/gentoo/pull/20654 Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'mail-filter')
-rw-r--r--mail-filter/milter-regex/files/milter-regex-init-2.615
1 files changed, 0 insertions, 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 9987363e272f..000000000000
--- 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}
-}