diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:29:52 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | 016cc68e2cd817066284dad23586847a3ca9215a (patch) | |
tree | 51b534eec2dfd948fa5405d5451b3af5fd2eb4e9 /net-analyzer | |
parent | net-analyzer/munin: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-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')
-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$ |