diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:04 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | fcce7f63ec377095dfc6b79feb2fd6b49e591e48 (patch) | |
tree | 21dd04d3caf3d4e64c6f1266147b1d8e6c32fae0 /net-analyzer | |
parent | net-analyzer/ntopng: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-fcce7f63ec377095dfc6b79feb2fd6b49e591e48.tar.gz gentoo-fcce7f63ec377095dfc6b79feb2fd6b49e591e48.tar.bz2 gentoo-fcce7f63ec377095dfc6b79feb2fd6b49e591e48.zip |
net-analyzer/openvas-manager: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/openvas-manager/files/openvasmd | 2 | ||||
-rw-r--r-- | net-analyzer/openvas-manager/files/openvasmd.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/openvas-manager/files/openvasmd b/net-analyzer/openvas-manager/files/openvasmd index 89accf4eed21..8a5be1f37d0a 100644 --- a/net-analyzer/openvas-manager/files/openvasmd +++ b/net-analyzer/openvas-manager/files/openvasmd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/openvas-manager/files/openvasmd.init b/net-analyzer/openvas-manager/files/openvasmd.init index 31b795f336b7..a7f9a089ae35 100644 --- a/net-analyzer/openvas-manager/files/openvasmd.init +++ b/net-analyzer/openvas-manager/files/openvasmd.init @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |