summaryrefslogtreecommitdiff
path: root/net-analyzer/snmptt/files
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2019-10-13 22:19:36 +0100
committerV3n3RiX <venerix@redcorelinux.org>2019-10-14 23:22:23 +0100
commit4b19be30aa626b327c885dae62c559ec0e9fb935 (patch)
tree76e74807bc479502e13866b581b6bf86734ec634 /net-analyzer/snmptt/files
parent30d6f67c98d149508509d5e86f176d558793acc0 (diff)
gentoo resync : 13.10.2019
Diffstat (limited to 'net-analyzer/snmptt/files')
-rw-r--r--net-analyzer/snmptt/files/snmptt.initd19
1 files changed, 0 insertions, 19 deletions
diff --git a/net-analyzer/snmptt/files/snmptt.initd b/net-analyzer/snmptt/files/snmptt.initd
deleted file mode 100644
index 76b67a2b1304..000000000000
--- a/net-analyzer/snmptt/files/snmptt.initd
+++ /dev/null
@@ -1,19 +0,0 @@
-#!/sbin/openrc-run
-# Copyright 1999-2006 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-depend() {
- need net snmptrapd
-}
-
-start() {
- ebegin "Starting snmptt"
- start-stop-daemon --start --pidfile /var/run/snmptt.pid --exec /usr/sbin/snmptt
- eend
-}
-
-stop() {
- ebegin "Stopping snmptt"
- start-stop-daemon --stop --pidfile /var/run/snmptt.pid
- eend
-}