diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 174e7ba2713d5c07bae5b1fbc5a86934e19ce75e (patch) | |
tree | 0c59464c63d9870bc65aad49096714f336cbcc19 /net-analyzer/fprobe | |
parent | net-analyzer/flow-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-174e7ba2713d5c07bae5b1fbc5a86934e19ce75e.tar.gz gentoo-174e7ba2713d5c07bae5b1fbc5a86934e19ce75e.tar.bz2 gentoo-174e7ba2713d5c07bae5b1fbc5a86934e19ce75e.zip |
net-analyzer/fprobe: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/fprobe')
-rw-r--r-- | net-analyzer/fprobe/files/init.d-fprobe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/fprobe/files/init.d-fprobe b/net-analyzer/fprobe/files/init.d-fprobe index 3239b0f33dfd..efa53571771d 100644 --- a/net-analyzer/fprobe/files/init.d-fprobe +++ b/net-analyzer/fprobe/files/init.d-fprobe @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |