diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:56 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 06489f4794136fa5000fcd7a0fb9a9f3a715a7d3 (patch) | |
tree | ea76904b8a86f37d64c248a817a2cc848ca8a5db /net-analyzer/nessus-bin | |
parent | net-analyzer/nepenthes: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-06489f4794136fa5000fcd7a0fb9a9f3a715a7d3.tar.gz gentoo-06489f4794136fa5000fcd7a0fb9a9f3a715a7d3.tar.bz2 gentoo-06489f4794136fa5000fcd7a0fb9a9f3a715a7d3.zip |
net-analyzer/nessus-bin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/nessus-bin')
-rw-r--r-- | net-analyzer/nessus-bin/files/nessusd-initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/nessus-bin/files/nessusd-initd b/net-analyzer/nessus-bin/files/nessusd-initd index af95f2b014c2..83a584d57805 100644 --- a/net-analyzer/nessus-bin/files/nessusd-initd +++ b/net-analyzer/nessus-bin/files/nessusd-initd @@ -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$ |