From: Austin English Date: Wed, 18 May 2016 06:34:35 +0000 (-0500) Subject: sys-fs/mdadm: use #!/sbin/openrc-run instead of #!/sbin/runscript X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=2a63594acfb868660afb69d0b12d8dab730792aa;p=gentoo.git sys-fs/mdadm: use #!/sbin/openrc-run instead of #!/sbin/runscript --- diff --git a/sys-fs/mdadm/files/mdadm.rc b/sys-fs/mdadm/files/mdadm.rc index f4858c33f435..c721c4d0ade6 100644 --- a/sys-fs/mdadm/files/mdadm.rc +++ b/sys-fs/mdadm/files/mdadm.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2006 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 # $Id$ diff --git a/sys-fs/mdadm/files/mdraid.rc b/sys-fs/mdadm/files/mdraid.rc index b46b79f73770..327b89ef1b7b 100644 --- a/sys-fs/mdadm/files/mdraid.rc +++ b/sys-fs/mdadm/files/mdraid.rc @@ -1,4 +1,4 @@ -#!/sbin/runscript +#!/sbin/openrc-run # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$