diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:46 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | b8f73c99288446ba59785963f899acf940dfc49c (patch) | |
tree | b357e69e0a7cbd168f822e527ab2428c240ebf97 /net-analyzer/icinga2 | |
parent | net-analyzer/icinga: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-b8f73c99288446ba59785963f899acf940dfc49c.tar.gz gentoo-b8f73c99288446ba59785963f899acf940dfc49c.tar.bz2 gentoo-b8f73c99288446ba59785963f899acf940dfc49c.zip |
net-analyzer/icinga2: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/icinga2')
-rw-r--r-- | net-analyzer/icinga2/files/icinga2.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-analyzer/icinga2/files/icinga2.initd b/net-analyzer/icinga2/files/icinga2.initd index 49a4eed338c7..7faff11137d4 100644 --- a/net-analyzer/icinga2/files/icinga2.initd +++ b/net-analyzer/icinga2/files/icinga2.initd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 |