From: "Michael Orlitzky" <mjo@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/
Date: Tue, 28 Nov 2017 20:01:53 +0000 (UTC) [thread overview]
Message-ID: <1511899292.0777d57a9a3afc953c8b4b6c023d660bbb0ca12d.mjo@gentoo> (raw)
commit: 0777d57a9a3afc953c8b4b6c023d660bbb0ca12d
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Tue Nov 28 19:40:17 2017 +0000
Commit: Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Tue Nov 28 20:01:32 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0777d57a
mail-filter/spamassassin: remove unused files
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
mail-filter/spamassassin/files/3.4.1-spamd.init-r1 | 34 ----------------------
.../spamassassin/files/spamassassin.service-r3 | 10 -------
.../files/spamassassin.service.conf-r1 | 2 --
3 files changed, 46 deletions(-)
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
index 5f981d8e2c3..00000000000
--- a/mail-filter/spamassassin/files/3.4.1-spamd.init-r1
+++ /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
index 6bc74c46cc5..00000000000
--- a/mail-filter/spamassassin/files/spamassassin.service-r3
+++ /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
index 75918e824f2..00000000000
--- a/mail-filter/spamassassin/files/spamassassin.service.conf-r1
+++ /dev/null
@@ -1,2 +0,0 @@
-[Service]
-Environment="SPAMD_OPTS=--max-children=5 --create-prefs --helper-home-dir"
next reply other threads:[~2017-11-28 20:01 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-11-28 20:01 Michael Orlitzky [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-01-27 8:50 [gentoo-commits] repo/gentoo:master commit in: mail-filter/spamassassin/files/ Joonas Niilola
2021-06-29 4:40 Sam James
2020-03-16 11:48 Joonas Niilola
2019-01-21 22:51 Patrice Clement
2018-09-04 22:32 Patrice Clement
2017-09-06 17:27 Michael Orlitzky
2017-08-20 14:50 Michael Orlitzky
2016-06-07 0:44 Michael Orlitzky
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1511899292.0777d57a9a3afc953c8b4b6c023d660bbb0ca12d.mjo@gentoo \
--to=mjo@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox