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

Collapse All | Expand All

(-)modprobe.org (-1 / +2 lines)
Lines 22-28 Link Here
22
		echo 'modules_dep_list(): Improper usage!'
22
		echo 'modules_dep_list(): Improper usage!'
23
		exit 1
23
		exit 1
24
	fi
24
	fi
25
	cat /lib/modules/${KV}/modules.dep | grep ${1}${KSUFF}\: | cut -d\:  -f2
25
	cat /lib/modules/${KV}/modules.dep | grep /"${1}${KSUFF}:" | cut -d':'  -f2
26
}
26
}
27
27
28
28
Lines 84-89 Link Here
84
	real_path=`real_mod_path ${1}`
84
	real_path=`real_mod_path ${1}`
85
	if [ "${real_path}" = '' -o "${real_path}" = ' ' ]
85
	if [ "${real_path}" = '' -o "${real_path}" = ' ' ]
86
	then
86
	then
87
		[ "${2}" = '-n' ] && echo -n " -> $1"
87
		echo ' module not found.'
88
		echo ' module not found.'
88
		exit 2
89
		exit 2
89
	fi
90
	fi

Return to bug 273221