From 016cc68e2cd817066284dad23586847a3ca9215a Mon Sep 17 00:00:00 2001 From: Austin English Date: Wed, 18 May 2016 01:29:52 -0500 Subject: [PATCH] net-analyzer/nagios-core: use #!/sbin/openrc-run instead of #!/sbin/runscript --- net-analyzer/nagios-core/files/nagios | 2 +- net-analyzer/nagios-core/files/nagios3 | 2 +- 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$ -- 2.26.2