diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:44 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | c4b8472283fc985cc48630ca0f11b63bea779b90 (patch) | |
tree | 83f76138ff644a880c42d8fd9be555bf6ef52fb7 /net-analyzer/greenbone-security-assistant/files | |
parent | net-analyzer/fprobe: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-c4b8472283fc985cc48630ca0f11b63bea779b90.tar.gz gentoo-c4b8472283fc985cc48630ca0f11b63bea779b90.tar.bz2 gentoo-c4b8472283fc985cc48630ca0f11b63bea779b90.zip |
net-analyzer/greenbone-security-assistant: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/greenbone-security-assistant/files')
-rw-r--r-- | net-analyzer/greenbone-security-assistant/files/gsad | 2 | ||||
-rw-r--r-- | net-analyzer/greenbone-security-assistant/files/gsad.init | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/greenbone-security-assistant/files/gsad b/net-analyzer/greenbone-security-assistant/files/gsad index db56dbc89224..a214e10a0ca3 100644 --- a/net-analyzer/greenbone-security-assistant/files/gsad +++ b/net-analyzer/greenbone-security-assistant/files/gsad @@ -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$ diff --git a/net-analyzer/greenbone-security-assistant/files/gsad.init b/net-analyzer/greenbone-security-assistant/files/gsad.init index 27690b2c1782..f9a469f9aef4 100644 --- a/net-analyzer/greenbone-security-assistant/files/gsad.init +++ b/net-analyzer/greenbone-security-assistant/files/gsad.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$ |