diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:20 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | a01b19e83a2543edcfb90084085151a24220ca1a (patch) | |
tree | dc68edff5d9a5193fda4da0c0a492882cb256511 /sys-cluster | |
parent | sys-cluster/pacemaker: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-a01b19e83a2543edcfb90084085151a24220ca1a.tar.gz gentoo-a01b19e83a2543edcfb90084085151a24220ca1a.tar.bz2 gentoo-a01b19e83a2543edcfb90084085151a24220ca1a.zip |
sys-cluster/poolmon: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster')
-rw-r--r-- | sys-cluster/poolmon/files/poolmon.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/poolmon/files/poolmon.init b/sys-cluster/poolmon/files/poolmon.init index 141554fa9b62..beff8304b701 100644 --- a/sys-cluster/poolmon/files/poolmon.init +++ b/sys-cluster/poolmon/files/poolmon.init @@ -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$ |