diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:20 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b5ddcffe266929aa3445116d23a9a6cb918c23d1 (patch) | |
tree | 7c8df22b4c401a7d110c37504ef35491b6b440c0 /net-analyzer/tleds | |
parent | net-analyzer/thrulay: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b5ddcffe266929aa3445116d23a9a6cb918c23d1.tar.gz gentoo-b5ddcffe266929aa3445116d23a9a6cb918c23d1.tar.bz2 gentoo-b5ddcffe266929aa3445116d23a9a6cb918c23d1.zip |
net-analyzer/tleds: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/tleds')
-rw-r--r-- | net-analyzer/tleds/files/tleds.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/tleds/files/tleds.init.d b/net-analyzer/tleds/files/tleds.init.d index 9470c2a5b0e0..6f8f0664fb5e 100644 --- a/net-analyzer/tleds/files/tleds.init.d +++ b/net-analyzer/tleds/files/tleds.init.d @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |