diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:30:21 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | f3603e715c4458c8e64cff99aefe7b135ce75766 (patch) | |
tree | 223b62e214221ca0d86b2b13fbbd7aadea386adf /net-analyzer | |
parent | net-analyzer/vnstat: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-f3603e715c4458c8e64cff99aefe7b135ce75766.tar.gz gentoo-f3603e715c4458c8e64cff99aefe7b135ce75766.tar.bz2 gentoo-f3603e715c4458c8e64cff99aefe7b135ce75766.zip |
net-analyzer/zabbix: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer')
6 files changed, 6 insertions, 6 deletions
diff --git a/net-analyzer/zabbix/files/2.2/init.d/zabbix-agentd b/net-analyzer/zabbix/files/2.2/init.d/zabbix-agentd index fb34dd42cdc0..bd5bc901d917 100644 --- a/net-analyzer/zabbix/files/2.2/init.d/zabbix-agentd +++ b/net-analyzer/zabbix/files/2.2/init.d/zabbix-agentd @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/zabbix/files/2.2/init.d/zabbix-proxy b/net-analyzer/zabbix/files/2.2/init.d/zabbix-proxy index e1ee690f1c22..692b513972ac 100644 --- a/net-analyzer/zabbix/files/2.2/init.d/zabbix-proxy +++ b/net-analyzer/zabbix/files/2.2/init.d/zabbix-proxy @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/zabbix/files/2.2/init.d/zabbix-server b/net-analyzer/zabbix/files/2.2/init.d/zabbix-server index 2c9575aa4bea..d6ec366f5522 100644 --- a/net-analyzer/zabbix/files/2.2/init.d/zabbix-server +++ b/net-analyzer/zabbix/files/2.2/init.d/zabbix-server @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/net-analyzer/zabbix/files/2.4/init.d/zabbix-agentd b/net-analyzer/zabbix/files/2.4/init.d/zabbix-agentd index a9c5e4d112c9..e1e17b0941a4 100644 --- a/net-analyzer/zabbix/files/2.4/init.d/zabbix-agentd +++ b/net-analyzer/zabbix/files/2.4/init.d/zabbix-agentd @@ -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/zabbix/files/2.4/init.d/zabbix-proxy b/net-analyzer/zabbix/files/2.4/init.d/zabbix-proxy index b05dd5726d01..e048c182615a 100644 --- a/net-analyzer/zabbix/files/2.4/init.d/zabbix-proxy +++ b/net-analyzer/zabbix/files/2.4/init.d/zabbix-proxy @@ -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/zabbix/files/2.4/init.d/zabbix-server b/net-analyzer/zabbix/files/2.4/init.d/zabbix-server index 68fe9045ab25..f75996d004fb 100644 --- a/net-analyzer/zabbix/files/2.4/init.d/zabbix-server +++ b/net-analyzer/zabbix/files/2.4/init.d/zabbix-server @@ -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$ |