summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:30:00 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit86bd91d0cd1cab8c5e761e3157d173019a817e4e (patch)
tree3452e649fac949799f1f3ec3686a218cfe7f23ce /net-analyzer/net-snmp/files
parentnet-analyzer/netperf: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-86bd91d0cd1cab8c5e761e3157d173019a817e4e.tar.gz
gentoo-86bd91d0cd1cab8c5e761e3157d173019a817e4e.tar.bz2
gentoo-86bd91d0cd1cab8c5e761e3157d173019a817e4e.zip
net-analyzer/net-snmp: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/net-snmp/files')
-rw-r--r--net-analyzer/net-snmp/files/snmpd.init.22
-rw-r--r--net-analyzer/net-snmp/files/snmptrapd.init.22
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/net-snmp/files/snmpd.init.2 b/net-analyzer/net-snmp/files/snmpd.init.2
index 6b923dd6bf5d..031f5e09020c 100644
--- a/net-analyzer/net-snmp/files/snmpd.init.2
+++ b/net-analyzer/net-snmp/files/snmpd.init.2
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
diff --git a/net-analyzer/net-snmp/files/snmptrapd.init.2 b/net-analyzer/net-snmp/files/snmptrapd.init.2
index 27b501aedcb2..020e6e5b29f4 100644
--- a/net-analyzer/net-snmp/files/snmptrapd.init.2
+++ b/net-analyzer/net-snmp/files/snmptrapd.init.2
@@ -1,4 +1,4 @@
-#!/sbin/runscript
+#!/sbin/openrc-run
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$