Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 411559 | Differences between
and this patch

Collapse All | Expand All

(-)a/lvm (-2 / +2 lines)
Lines 27-33 Link Here
27
	
27
	
28
	# NOTE: Add needed modules for LVM or RAID, etc
28
	# NOTE: Add needed modules for LVM or RAID, etc
29
	#       to /etc/modules.autoload if needed
29
	#       to /etc/modules.autoload if needed
30
	for lvm_path in /bin/lvm /sbin/lvm ; do
30
	for lvm_path in /{s,}bin/lvm{.static,} ; do
31
		[ -x "$lvm_path" ] && break
31
		[ -x "$lvm_path" ] && break
32
	done
32
	done
33
	if [ ! -x "$lvm_path" ]; then
33
	if [ ! -x "$lvm_path" ]; then
Lines 56-62 Link Here
56
}
56
}
57
57
58
stop() {
58
stop() {
59
	for lvm_path in /bin/lvm /sbin/lvm ; do
59
	for lvm_path in /{s,}bin/lvm{.static,} ; do
60
		[ -x "$lvm_path" ] && break
60
		[ -x "$lvm_path" ] && break
61
	done
61
	done
62
	if [ ! -x "$lvm_path" ]; then
62
	if [ ! -x "$lvm_path" ]; then

Return to bug 411559