diff options
author | Michael Mair-Keimberger <m.mairkeimberger@gmail.com> | 2019-03-01 18:05:51 +0100 |
---|---|---|
committer | Michael Orlitzky <mjo@gentoo.org> | 2019-03-01 23:18:57 -0500 |
commit | d97050eda5e5028c446bfcb6afa11486b7cdc030 (patch) | |
tree | b9032b2860e566441edf799e4141052807a070b5 /mail-filter/amavisd-new | |
parent | media-plugins/kodi-pvr-hts: 4.4.16 version bump (diff) | |
download | gentoo-d97050eda5e5028c446bfcb6afa11486b7cdc030.tar.gz gentoo-d97050eda5e5028c446bfcb6afa11486b7cdc030.tar.bz2 gentoo-d97050eda5e5028c446bfcb6afa11486b7cdc030.zip |
mail-filter/amavisd-new: remove unused file
Signed-off-by: Michael Mair-Keimberger <m.mairkeimberger@gmail.com>
Signed-off-by: Michael Orlitzky <mjo@gentoo.org>
Diffstat (limited to 'mail-filter/amavisd-new')
-rw-r--r-- | mail-filter/amavisd-new/files/amavisd-snmp.initd | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/mail-filter/amavisd-new/files/amavisd-snmp.initd b/mail-filter/amavisd-new/files/amavisd-snmp.initd deleted file mode 100644 index fc23a1fc1019..000000000000 --- a/mail-filter/amavisd-new/files/amavisd-snmp.initd +++ /dev/null @@ -1,31 +0,0 @@ -#!/sbin/openrc-run -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -name="amavisd-snmp" -pidfile="/run/amavis/${name}.pid" -command="/usr/sbin/${name}-subagent" -command_args="${amavis_snmp_args} -P ${pidfile}" -start_stop_daemon_args="--interpreted" - -update_command() { - if [[ -x ${command}-zmq && ! $amavisd_snmp_command ]]; then - command="${command}-zmq" - elif [[ $amavisd_snmp_command ]]; then - command="$amavisd_snmp_command" - fi -} - -depend() { - use logger - before amavisd-new snmpd - update_command - if [[ ${command##*-} == "zmq" ]]; then - need amavis-mc - fi -} - -start_pre() { - update_command - checkpath -d -o amavis /run/amavis -} |