diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:00 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 86bd91d0cd1cab8c5e761e3157d173019a817e4e (patch) | |
tree | 3452e649fac949799f1f3ec3686a218cfe7f23ce /net-analyzer | |
parent | net-analyzer/netperf: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-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')
-rw-r--r-- | net-analyzer/net-snmp/files/snmpd.init.2 | 2 | ||||
-rw-r--r-- | net-analyzer/net-snmp/files/snmptrapd.init.2 | 2 |
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$ |