commit:     072fd49134ed3c404a44e0cb8eb564b3b00f9cd9
Author:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
AuthorDate: Sun Feb 24 02:06:39 2019 +0000
Commit:     Michael Orlitzky <mjo <AT> gentoo <DOT> org>
CommitDate: Sun Feb 24 02:33:35 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=072fd491

mail-filter/amavisd-new: remove now-unused files.

Bug: https://bugs.gentoo.org/630898
Signed-off-by: Michael Orlitzky <mjo <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11

 mail-filter/amavisd-new/files/amavis-mc.initd  | 17 ----------
 mail-filter/amavisd-new/files/amavisd.initd-r1 | 44 --------------------------
 mail-filter/amavisd-new/files/amavisd.service  | 22 -------------
 3 files changed, 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 84658da9a4e..00000000000
--- 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 d772433aa41..00000000000
--- 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 c53c38ac163..00000000000
--- 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

Reply via email to