diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:11 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a3ca454e751b93e9454ff9b1fe800a569a22dbef (patch) | |
tree | 4154bbf87bb1745d19110eb3d46e2df60e8acc87 /sys-cluster/gearmand | |
parent | sys-cluster/ganglia: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a3ca454e751b93e9454ff9b1fe800a569a22dbef.tar.gz gentoo-a3ca454e751b93e9454ff9b1fe800a569a22dbef.tar.bz2 gentoo-a3ca454e751b93e9454ff9b1fe800a569a22dbef.zip |
sys-cluster/gearmand: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/gearmand')
-rw-r--r-- | sys-cluster/gearmand/files/gearmand.init.d.2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/gearmand/files/gearmand.init.d.2 b/sys-cluster/gearmand/files/gearmand.init.d.2 index bf7d681c90e8..48d19bd1dc8b 100644 --- a/sys-cluster/gearmand/files/gearmand.init.d.2 +++ b/sys-cluster/gearmand/files/gearmand.init.d.2 @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 2009-2012 Pavel Stratil, senbonzakura.eu # Distributed under the terms of the MIT license |