diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:01 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f8e674a52af44ed357e335a74efca8efa32ce899 (patch) | |
tree | bc2b885c4382d7cb0d1743565ff20eb6295b1b55 /net-analyzer/nsca | |
parent | net-analyzer/nrpe: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f8e674a52af44ed357e335a74efca8efa32ce899.tar.gz gentoo-f8e674a52af44ed357e335a74efca8efa32ce899.tar.bz2 gentoo-f8e674a52af44ed357e335a74efca8efa32ce899.zip |
net-analyzer/nsca: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/nsca')
-rw-r--r-- | net-analyzer/nsca/files/nsca.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nsca/files/nsca.init b/net-analyzer/nsca/files/nsca.init index 4f81b9d27ac5..5bf78ead6824 100644 --- a/net-analyzer/nsca/files/nsca.init +++ b/net-analyzer/nsca/files/nsca.init @@ -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$ |