diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:43 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | bde619eb376a3a37667cd073ac012fd63901925b (patch) | |
tree | aa0b48296e9a1ab15315c7993b787963d48e00df /net-analyzer/flow-tools | |
parent | 50c998bf359efa9a7cfa700f6f2fcc8f56de87ea (diff) | |
download | gentoo-bde619eb376a3a37667cd073ac012fd63901925b.tar.gz gentoo-bde619eb376a3a37667cd073ac012fd63901925b.tar.xz |
net-analyzer/flow-tools: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/flow-tools')
-rw-r--r-- | net-analyzer/flow-tools/files/flowcapture.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/flow-tools/files/flowcapture.initd b/net-analyzer/flow-tools/files/flowcapture.initd index dc01c67d3d6..a1c32ea99b7 100644 --- a/net-analyzer/flow-tools/files/flowcapture.initd +++ b/net-analyzer/flow-tools/files/flowcapture.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |