From: "Aaron Bauman" <bman@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/files/
Date: Sun, 27 May 2018 16:11:08 +0000 (UTC) [thread overview]
Message-ID: <1527437427.c3f909bc2732dd64834bc698f116b4d5ad104739.bman@gentoo> (raw)
commit: c3f909bc2732dd64834bc698f116b4d5ad104739
Author: Michael Mair-Keimberger <m.mairkeimberger <AT> gmail <DOT> com>
AuthorDate: Sun May 27 12:08:12 2018 +0000
Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
CommitDate: Sun May 27 16:10:27 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3f909bc
mail-filter/rspamd: remove unused patch
Closes: https://github.com/gentoo/gentoo/pull/8614
mail-filter/rspamd/files/rspamd.init-r2 | 50 ---------------------------------
1 file changed, 50 deletions(-)
diff --git a/mail-filter/rspamd/files/rspamd.init-r2 b/mail-filter/rspamd/files/rspamd.init-r2
deleted file mode 100644
index bf6f9ca8bcf..00000000000
--- a/mail-filter/rspamd/files/rspamd.init-r2
+++ /dev/null
@@ -1,50 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-extra_commands="checkconfig"
-extra_started_commands="reload"
-
-RUNDIR=/var/run/rspamd
-PIDFILE=$RUNDIR/rspamd.pid
-
-depend() {
- need net
-}
-
-checkconfig() {
- /usr/bin/rspamadm configtest -c /etc/rspamd/rspamd.sysvinit.conf > /dev/null \
- || return 1
-}
-
-start() {
- checkconfig || return 1
- ebegin "Starting ${SVCNAME}"
-
- mkdir -m0750 -p $RUNDIR
- chown rspamd:rspamd $RUNDIR
- chmod g+s $RUNDIR
- rm -f $RUNDIR/$SVCNAME.sock
-
- start-stop-daemon --start --quiet --pidfile $PIDFILE -u rspamd -g rspamd \
- --exec /usr/bin/rspamd
- eend $?
-}
-
-stop() {
- if [ "${RC_CMD}" = "restart" ] ; then
- checkconfig || return 1
- fi
-
- ebegin "Stopping ${SVCNAME}"
- start-stop-daemon --stop --quiet --retry=TERM/30/KILL/5 --pidfile $PIDFILE \
- --exec /usr/bin/rspamd
- eend $?
-}
-
-reload() {
- checkconfig || return 1
- ebegin "Reloading ${SVCNAME}"
- start-stop-daemon --stop --signal HUP --quiet --pidfile $PIDFILE
- eend $?
-}
next reply other threads:[~2018-05-27 16:11 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-05-27 16:11 Aaron Bauman [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-04-23 9:55 [gentoo-commits] repo/gentoo:master commit in: mail-filter/rspamd/files/ David Seifert
2019-01-16 3:19 Thomas Deutschmann
2017-10-29 19:37 Dirkjan Ochtman
2016-12-18 20:44 Dirkjan Ochtman
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=1527437427.c3f909bc2732dd64834bc698f116b4d5ad104739.bman@gentoo \
--to=bman@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