diff options
-rw-r--r-- | sys-fs/mdadm/files/mdadm.rc | 2 | ||||
-rw-r--r-- | sys-fs/mdadm/files/mdraid.rc | 2 |
2 files changed, 2 insertions, 2 deletions
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$ |