diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:03 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | acdb888ed225f6de2c2adf7203062b3e89e5e5d1 (patch) | |
tree | b8694c4c0ae401a735ee68e55f8158bef8bbe245 /net-analyzer/ntopng | |
parent | net-analyzer/ntop: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-acdb888ed225f6de2c2adf7203062b3e89e5e5d1.tar.gz gentoo-acdb888ed225f6de2c2adf7203062b3e89e5e5d1.tar.bz2 gentoo-acdb888ed225f6de2c2adf7203062b3e89e5e5d1.zip |
net-analyzer/ntopng: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/ntopng')
-rw-r--r-- | net-analyzer/ntopng/files/ntopng.init.d | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/ntopng/files/ntopng.init.d b/net-analyzer/ntopng/files/ntopng.init.d index 2764118fc468..0ea9f12ba0a8 100644 --- a/net-analyzer/ntopng/files/ntopng.init.d +++ b/net-analyzer/ntopng/files/ntopng.init.d @@ -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 # $Id$ |