diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:57 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 4c49c32c48b8f674ce389a880f00decb18297133 (patch) | |
tree | 9308205d43b87f9b48f2c5d7ce70b7c2491bc487 /net-analyzer | |
parent | net-analyzer/nessus-bin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-4c49c32c48b8f674ce389a880f00decb18297133.tar.gz gentoo-4c49c32c48b8f674ce389a880f00decb18297133.tar.bz2 gentoo-4c49c32c48b8f674ce389a880f00decb18297133.zip |
net-analyzer/nessus-core: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
-rw-r--r-- | net-analyzer/nessus-core/files/nessusd-r7 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nessus-core/files/nessusd-r7 b/net-analyzer/nessus-core/files/nessusd-r7 index 5707584ce427..01728929ef7c 100644 --- a/net-analyzer/nessus-core/files/nessusd-r7 +++ b/net-analyzer/nessus-core/files/nessusd-r7 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ |