mail-filter/spamassassin: remove unused files
authorMichael Mair-Keimberger <m.mairkeimberger@gmail.com>
Tue, 28 Nov 2017 19:40:17 +0000 (20:40 +0100)
committerMichael Orlitzky <mjo@gentoo.org>
Tue, 28 Nov 2017 20:01:32 +0000 (15:01 -0500)
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
mail-filter/spamassassin/files/3.4.1-spamd.init-r1 [deleted file]
mail-filter/spamassassin/files/spamassassin.service-r3 [deleted file]
mail-filter/spamassassin/files/spamassassin.service.conf-r1 [deleted file]

diff --git a/mail-filter/spamassassin/files/3.4.1-spamd.init-r1 b/mail-filter/spamassassin/files/3.4.1-spamd.init-r1
deleted file mode 100755 (executable)
index 5f981d8..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-command="/usr/sbin/spamd"
-pidfile="/run/spamd.pid"
-command_args="--username=spamd
-              --groupname=spamd
-              --pidfile=${pidfile}
-              ${SPAMD_OPTS}"
-command_args_background="--daemonize"
-
-: ${SPAMD_NICELEVEL:=0}
-start_stop_daemon_args="--nicelevel ${SPAMD_NICELEVEL}"
-
-# Retry after SPAMD_TIMEOUT seconds because spamd can take a
-# while to kill off all of its children. This was bug 322025.
-: ${SPAMD_TIMEOUT:=15}
-retry="${SPAMD_TIMEOUT}"
-
-extra_started_commands="reload"
-
-depend() {
-    before mta
-    use logger mysql postgres
-}
-
-reload() {
-       ebegin "Reloading configuration"
-       # Warning: reload causes the PID of the spamd process to
-       # change, but spamd does update its PID file afterwards.
-       start-stop-daemon --signal HUP --pidfile "${pidfile}"
-       eend $?
-}
diff --git a/mail-filter/spamassassin/files/spamassassin.service-r3 b/mail-filter/spamassassin/files/spamassassin.service-r3
deleted file mode 100644 (file)
index 6bc74c4..0000000
+++ /dev/null
@@ -1,10 +0,0 @@
-[Unit]
-Description=Spamassassin daemon
-After=network.target
-
-[Service]
-ExecStart=/usr/sbin/spamd --username=spamd --groupname=spamd $SPAMD_OPTS
-ExecReload=/bin/kill -HUP $MAINPID
-
-[Install]
-WantedBy=multi-user.target
diff --git a/mail-filter/spamassassin/files/spamassassin.service.conf-r1 b/mail-filter/spamassassin/files/spamassassin.service.conf-r1
deleted file mode 100644 (file)
index 75918e8..0000000
+++ /dev/null
@@ -1,2 +0,0 @@
-[Service]
-Environment="SPAMD_OPTS=--max-children=5 --create-prefs --helper-home-dir"