summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAustin English <wizardedit@gentoo.org>2016-05-18 01:29:52 -0500
committerAustin English <wizardedit@gentoo.org>2016-05-18 01:38:34 -0500
commit016cc68e2cd817066284dad23586847a3ca9215a (patch)
tree51b534eec2dfd948fa5405d5451b3af5fd2eb4e9 /net-analyzer/nagios-core
parentnet-analyzer/munin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff)
downloadgentoo-016cc68e2cd817066284dad23586847a3ca9215a.tar.gz
gentoo-016cc68e2cd817066284dad23586847a3ca9215a.tar.bz2
gentoo-016cc68e2cd817066284dad23586847a3ca9215a.zip
net-analyzer/nagios-core: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/nagios-core')
-rw-r--r--net-analyzer/nagios-core/files/nagios2
-rw-r--r--net-analyzer/nagios-core/files/nagios32
-rw-r--r--net-analyzer/nagios-core/files/nagios42
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/nagios-core/files/nagios b/net-analyzer/nagios-core/files/nagios
index 057112257619..b8a642fac734 100644
--- a/net-analyzer/nagios-core/files/nagios
+++ b/net-analyzer/nagios-core/files/nagios
@@ -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$
diff --git a/net-analyzer/nagios-core/files/nagios3 b/net-analyzer/nagios-core/files/nagios3
index 04714cc0f9fa..a43ece4c6f2b 100644
--- a/net-analyzer/nagios-core/files/nagios3
+++ b/net-analyzer/nagios-core/files/nagios3
@@ -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$
diff --git a/net-analyzer/nagios-core/files/nagios4 b/net-analyzer/nagios-core/files/nagios4
index 5bc359c6d25a..f434752d810a 100644
--- a/net-analyzer/nagios-core/files/nagios4
+++ b/net-analyzer/nagios-core/files/nagios4
@@ -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$