diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:45 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | ca0d8d67383c6ffedb52d2ce9c2e05ee693c5c65 (patch) | |
tree | a6016cc562e67f72a73a46581d2cbb3740c0190e /net-analyzer/icinga | |
parent | net-analyzer/greenbone-security-assistant: use #!/sbin/openrc-run instead of ... (diff) | |
download | gentoo-ca0d8d67383c6ffedb52d2ce9c2e05ee693c5c65.tar.gz gentoo-ca0d8d67383c6ffedb52d2ce9c2e05ee693c5c65.tar.bz2 gentoo-ca0d8d67383c6ffedb52d2ce9c2e05ee693c5c65.zip |
net-analyzer/icinga: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/icinga')
-rw-r--r-- | net-analyzer/icinga/files/icinga-init.d | 2 | ||||
-rw-r--r-- | net-analyzer/icinga/files/ido2db-init.d | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-analyzer/icinga/files/icinga-init.d b/net-analyzer/icinga/files/icinga-init.d index 6bf9695fc8cc..3ec2766c1c41 100644 --- a/net-analyzer/icinga/files/icinga-init.d +++ b/net-analyzer/icinga/files/icinga-init.d @@ -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/icinga/files/ido2db-init.d b/net-analyzer/icinga/files/ido2db-init.d index 7db7194102d2..32ea6e9f3dbb 100644 --- a/net-analyzer/icinga/files/ido2db-init.d +++ b/net-analyzer/icinga/files/ido2db-init.d @@ -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$ |