diff options
-rw-r--r-- | net-analyzer/nagios-core/files/nagios | 2 | ||||
-rw-r--r-- | net-analyzer/nagios-core/files/nagios3 | 2 | ||||
-rw-r--r-- | net-analyzer/nagios-core/files/nagios4 | 2 |
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$ |