Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432042
Collapse All | Expand All

(-)/etc/init.d/multipath (-2 / +2 lines)
Lines 4-11 Link Here
4
# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/files/multipath.rc,v 1.1 2011/06/03 21:34:59 vapier Exp $
4
# $Header: /var/cvsroot/gentoo-x86/sys-fs/multipath-tools/files/multipath.rc,v 1.1 2011/06/03 21:34:59 vapier Exp $
5
5
6
depend() {
6
depend() {
7
	before checkfs fsck multipathd
7
	before checkfs fsck multipathd lvm
8
	after modules device-mapper iscsid lvm
8
	after modules device-mapper
9
}
9
}
10
10
11
start() {
11
start() {

Return to bug 432042