diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:16 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 672ef967edf71511586bf3908f6250b2a440f29e (patch) | |
tree | eaa5ee3e95969576c3cd127dd1029d30bfebeebf /net-analyzer/snmptt | |
parent | net-analyzer/smokeping: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-672ef967edf71511586bf3908f6250b2a440f29e.tar.gz gentoo-672ef967edf71511586bf3908f6250b2a440f29e.tar.bz2 gentoo-672ef967edf71511586bf3908f6250b2a440f29e.zip |
net-analyzer/snmptt: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/snmptt')
-rw-r--r-- | net-analyzer/snmptt/files/snmptt.initd | 2 | ||||
-rw-r--r-- | net-analyzer/snmptt/files/snmptt.initd-r1 | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/snmptt/files/snmptt.initd b/net-analyzer/snmptt/files/snmptt.initd index 1997851253bd..16629ed18acd 100644 --- a/net-analyzer/snmptt/files/snmptt.initd +++ b/net-analyzer/snmptt/files/snmptt.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/snmptt/files/snmptt.initd-r1 b/net-analyzer/snmptt/files/snmptt.initd-r1 index fcbde4d947ee..eab6bfc3df03 100644 --- a/net-analyzer/snmptt/files/snmptt.initd-r1 +++ b/net-analyzer/snmptt/files/snmptt.initd-r1 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |