diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-01 12:42:12 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2008-02-01 12:42:12 +0000 |
commit | fcf131cfd95245f6184f1806b2ef981299eb0e2e (patch) | |
tree | f10e8f098a2933c1a7ca50408cbe57001829d0d5 /sys-fs | |
parent | stable x86, bug 208366 (diff) | |
download | gentoo-2-fcf131cfd95245f6184f1806b2ef981299eb0e2e.tar.gz gentoo-2-fcf131cfd95245f6184f1806b2ef981299eb0e2e.tar.bz2 gentoo-2-fcf131cfd95245f6184f1806b2ef981299eb0e2e.zip |
Update init script to work with current development version of OpenRC (checkroot -> root; checkfs -> fsck).
(Portage version: 2.1.4.1)
Diffstat (limited to 'sys-fs')
-rw-r--r-- | sys-fs/mdadm/ChangeLog | 9 | ||||
-rw-r--r-- | sys-fs/mdadm/files/mdraid.rc | 4 | ||||
-rw-r--r-- | sys-fs/mdadm/files/mdraid.rc-2.6.3-r3 | 4 | ||||
-rw-r--r-- | sys-fs/mdadm/files/mdraid.rc-2.6.3-r4 | 4 |
4 files changed, 13 insertions, 8 deletions
diff --git a/sys-fs/mdadm/ChangeLog b/sys-fs/mdadm/ChangeLog index 9a3129f9ebd4..9e24783942b6 100644 --- a/sys-fs/mdadm/ChangeLog +++ b/sys-fs/mdadm/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for sys-fs/mdadm -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.85 2007/10/19 11:57:05 robbat2 Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/ChangeLog,v 1.86 2008/02/01 12:42:12 flameeyes Exp $ + + 01 Feb 2008; Diego Pettenò <flameeyes@gentoo.org> + files/mdraid.rc-2.6.3-r3, files/mdraid.rc-2.6.3-r4, files/mdraid.rc: + Update init script to work with current development version of OpenRC + (checkroot -> root; checkfs -> fsck). *mdadm-2.6.4 (19 Oct 2007) diff --git a/sys-fs/mdadm/files/mdraid.rc b/sys-fs/mdadm/files/mdraid.rc index 02da6655b297..0b53664f3103 100644 --- a/sys-fs/mdadm/files/mdraid.rc +++ b/sys-fs/mdadm/files/mdraid.rc @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/files/mdraid.rc,v 1.1 2007/10/02 22:02:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/files/mdraid.rc,v 1.2 2008/02/01 12:42:12 flameeyes Exp $ depend() { if [ -e /lib/librc.so ]; then # on baselayout-1 this could cause # dependency-cycles with checkroot (before *) - before checkfs lvm + before checkfs fsck lvm fi } diff --git a/sys-fs/mdadm/files/mdraid.rc-2.6.3-r3 b/sys-fs/mdadm/files/mdraid.rc-2.6.3-r3 index 622c40b1faa2..dab6b70d18e7 100644 --- a/sys-fs/mdadm/files/mdraid.rc-2.6.3-r3 +++ b/sys-fs/mdadm/files/mdraid.rc-2.6.3-r3 @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/files/mdraid.rc-2.6.3-r3,v 1.1 2007/10/04 14:27:24 cardoe Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/files/mdraid.rc-2.6.3-r3,v 1.2 2008/02/01 12:42:12 flameeyes Exp $ depend() { if [ -e /lib/librc.so ]; then # on baselayout-1 this could cause # dependency-cycles with checkroot (before *) - before checkfs + before checkfs fsck fi } diff --git a/sys-fs/mdadm/files/mdraid.rc-2.6.3-r4 b/sys-fs/mdadm/files/mdraid.rc-2.6.3-r4 index e637e7371ec4..de6cbd7646f6 100644 --- a/sys-fs/mdadm/files/mdraid.rc-2.6.3-r4 +++ b/sys-fs/mdadm/files/mdraid.rc-2.6.3-r4 @@ -1,13 +1,13 @@ #!/sbin/runscript # Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/files/mdraid.rc-2.6.3-r4,v 1.1 2007/10/08 21:07:07 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-fs/mdadm/files/mdraid.rc-2.6.3-r4,v 1.2 2008/02/01 12:42:12 flameeyes Exp $ depend() { if [ -e /lib/librc.so ]; then # on baselayout-1 this could cause # dependency-cycles with checkroot (before *) - before checkfs + before checkfs fsck after modules fi } |