diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:17 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 2214ec5d31beb4b3a23770240aee5c86080dea90 (patch) | |
tree | d78e8ec3dbd5d8e9e0e2465def1fd314918cd8fa /net-analyzer/softflowd | |
parent | net-analyzer/snort: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-2214ec5d31beb4b3a23770240aee5c86080dea90.tar.gz gentoo-2214ec5d31beb4b3a23770240aee5c86080dea90.tar.bz2 gentoo-2214ec5d31beb4b3a23770240aee5c86080dea90.zip |
net-analyzer/softflowd: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/softflowd')
-rw-r--r-- | net-analyzer/softflowd/files/softflowd.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/softflowd/files/softflowd.initd b/net-analyzer/softflowd/files/softflowd.initd index b29d3eaaf668..5517e8792f99 100644 --- a/net-analyzer/softflowd/files/softflowd.initd +++ b/net-analyzer/softflowd/files/softflowd.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |