diff options
author | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:34:15 -0500 |
---|---|---|
committer | Austin English <wizardedit@gentoo.org> | 2016-05-18 01:38:34 -0500 |
commit | eb0c5d5d630a65378af7bad6f2cf7cbda86f16c2 (patch) | |
tree | 422fff26be4027fd69917bfd1cc3a85f2120050c /sys-cluster/maui/files/maui.initd | |
parent | sys-cluster/keepalived: use #!/sbin/openrc-run instead of #!/sbin/runscript (diff) | |
download | gentoo-eb0c5d5d630a65378af7bad6f2cf7cbda86f16c2.tar.gz gentoo-eb0c5d5d630a65378af7bad6f2cf7cbda86f16c2.tar.bz2 gentoo-eb0c5d5d630a65378af7bad6f2cf7cbda86f16c2.zip |
sys-cluster/maui: use #!/sbin/openrc-run instead of #!/sbin/runscript
Diffstat (limited to 'sys-cluster/maui/files/maui.initd')
-rw-r--r-- | sys-cluster/maui/files/maui.initd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-cluster/maui/files/maui.initd b/sys-cluster/maui/files/maui.initd index fd7b7e0cc3db..a09214e668ec 100644 --- a/sys-cluster/maui/files/maui.initd +++ b/sys-cluster/maui/files/maui.initd @@ -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$ |