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 | cb7e47e0b165175f9a77ab7844d137e91adcac6c (patch) | |
tree | 835ca6c12b15259eed0c2ecbfca9af19d2e02d78 /net-analyzer/munin/files | |
parent | net-analyzer/mrtg: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-cb7e47e0b165175f9a77ab7844d137e91adcac6c.tar.gz gentoo-cb7e47e0b165175f9a77ab7844d137e91adcac6c.tar.bz2 gentoo-cb7e47e0b165175f9a77ab7844d137e91adcac6c.zip |
net-analyzer/munin: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'net-analyzer/munin/files')
-rw-r--r-- | net-analyzer/munin/files/munin-asyncd.init.2 | 2 | ||||
-rw-r--r-- | net-analyzer/munin/files/munin-node_init.d_2.0.19 | 2 | ||||
-rw-r--r-- | net-analyzer/munin/files/munin-node_init.d_2.0.7 | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/net-analyzer/munin/files/munin-asyncd.init.2 b/net-analyzer/munin/files/munin-asyncd.init.2 index 1e3f0a4a3858..136fccb3d438 100644 --- a/net-analyzer/munin/files/munin-asyncd.init.2 +++ b/net-analyzer/munin/files/munin-asyncd.init.2 @@ -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/munin/files/munin-node_init.d_2.0.19 b/net-analyzer/munin/files/munin-node_init.d_2.0.19 index 56dcaa043ab4..810e6e38bbb9 100644 --- a/net-analyzer/munin/files/munin-node_init.d_2.0.19 +++ b/net-analyzer/munin/files/munin-node_init.d_2.0.19 @@ -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/munin/files/munin-node_init.d_2.0.7 b/net-analyzer/munin/files/munin-node_init.d_2.0.7 index 0f604af577fa..2595eb9992f0 100644 --- a/net-analyzer/munin/files/munin-node_init.d_2.0.7 +++ b/net-analyzer/munin/files/munin-node_init.d_2.0.7 @@ -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$ |