diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:49 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 975696211fe847d95cc3c9e603dfc4c31c0704fd (patch) | |
tree | c301134940b39dcfd49a1dea8577aa97875e2f33 /net-analyzer/ippl | |
parent | net-analyzer/iplog: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-975696211fe847d95cc3c9e603dfc4c31c0704fd.tar.gz gentoo-975696211fe847d95cc3c9e603dfc4c31c0704fd.tar.bz2 gentoo-975696211fe847d95cc3c9e603dfc4c31c0704fd.zip |
net-analyzer/ippl: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/ippl')
-rw-r--r-- | net-analyzer/ippl/files/ippl.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ippl/files/ippl.rc b/net-analyzer/ippl/files/ippl.rc index df9ecd1d9d3b..517759fa9df3 100644 --- a/net-analyzer/ippl/files/ippl.rc +++ b/net-analyzer/ippl/files/ippl.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |