diff options
author | Michael Orlitzky <mjo@gentoo.org> | 2019-02-23 21:06:39 -0500 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-02-23 21:33:35 -0500 |
commit | 072fd49134ed3c404a44e0cb8eb564b3b00f9cd9 (patch) | |
tree | fe10fe56c59550e70f93f0a0f8c2075191d380a0 /mail-filter | |
parent | media-libs/lsp-plugins: add 9999 release (diff) | |
download | gentoo-072fd49134ed3c404a44e0cb8eb564b3b00f9cd9.tar.gz gentoo-072fd49134ed3c404a44e0cb8eb564b3b00f9cd9.tar.bz2 gentoo-072fd49134ed3c404a44e0cb8eb564b3b00f9cd9.zip |
mail-filter/amavisd-new: remove now-unused files.
Bug: https://bugs.gentoo.org/630898
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'mail-filter')
-rw-r--r-- | mail-filter/amavisd-new/files/amavis-mc.initd | 17 | ||||
-rw-r--r-- | mail-filter/amavisd-new/files/amavisd.initd-r1 | 44 | ||||
-rw-r--r-- | mail-filter/amavisd-new/files/amavisd.service | 22 |
3 files changed, 0 insertions, 83 deletions
diff --git a/mail-filter/amavisd-new/files/amavis-mc.initd b/mail-filter/amavisd-new/files/amavis-mc.initd deleted file mode 100644 index 84658da9a4e2..000000000000 --- a/mail-filter/amavisd-new/files/amavis-mc.initd +++ /dev/null @@ -1,17 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -pidfile="/run/amavis/amavis-mc.pid" -command="/usr/sbin/amavis-mc" -command_args="${amavis_mc_args} -P ${pidfile}" -start_stop_daemon_args="--interpreted" - -depend() { - use logger - before amavisd-new snmpd -} - -start_pre() { - checkpath -d -o amavis /run/amavis -} diff --git a/mail-filter/amavisd-new/files/amavisd.initd-r1 b/mail-filter/amavisd-new/files/amavisd.initd-r1 deleted file mode 100644 index d772433aa418..000000000000 --- a/mail-filter/amavisd-new/files/amavisd.initd-r1 +++ /dev/null @@ -1,44 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -extra_started_commands="reload" -extra_commands="debug debug_sa" - -prog="/usr/sbin/amavisd" -progname="amavisd-new" - -depend() { - use net logger antivirus snmpd - before mta -} - -start() { - ebegin "Starting ${progname}" - "${prog}" start - eend $? -} - -stop() { - ebegin "Stopping ${progname}" - "${prog}" stop 1>/dev/null - eend $? -} - -reload() { - ebegin "Reloading ${progname}" - "${prog}" reload 1>/dev/null - eend $? -} - -debug() { - ebegin "Starting ${progname} in debug mode" - "${prog}" debug - eend $? -} - -debug_sa() { - ebegin "Starting ${progname} in debug-sa mode" - "${prog}" debug-sa - eend $? -} diff --git a/mail-filter/amavisd-new/files/amavisd.service b/mail-filter/amavisd-new/files/amavisd.service deleted file mode 100644 index c53c38ac1632..000000000000 --- a/mail-filter/amavisd-new/files/amavisd.service +++ /dev/null @@ -1,22 +0,0 @@ -[Unit] -Description=Amavisd Daemon -Wants=postfix.service -Wants=spamassassin.service -Wants=clamd.service -After=network.target - -[Service] -User=amavis -Group=amavis -ExecStart=/usr/sbin/amavisd -c /etc/amavisd.conf foreground -ExecReload=/usr/sbin/amavisd -c /etc/amavisd.conf reload -PrivateTmp=true -CapabilityBoundingSet= -ProtectSystem=full -NoNewPrivileges=true -PrivateDevices=true -ProtectHome=true -MemoryDenyWriteExecute=true - -[Install] -WantedBy=multi-user.target |