From: Austin English Date: Wed, 18 May 2016 06:30:00 +0000 (-0500) Subject: net-analyzer/net-snmp: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=86bd91d0cd1cab8c5e761e3157d173019a817e4e;p=gentoo.git net-analyzer/net-snmp: use #!/sbin/openrc-run instead of #!/sbin/runscript --- 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$