﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
492	mindi 2.0.7.9 rev 2858 doesn't return the kernel.	victor gattegno	Victor Gattegno	"I found a bug in /usr/sbin/mindi 2.0.7.9 rev 2858

'''The line 2901 of /usr/sbin/mindi should be deleted'''
It contains: ""fi"", that fi should not exist there.

== This is the proof: ==

{{{
# mindi --findkernel
OK, I used my initiative and found that
/boot/vmlinuz-2.6.18-128.el5 is probably your kernel.
# echo $?
255
}}}

It did found the kernel but it did not return it.

If i deleted the fi of line 2901, it finds the kernel AND it returns it :

{{{
# mindi --findkernel
OK, I used my initiative and found that
/boot/vmlinuz-2.6.18-128.el5 is probably your kernel.
/boot/vmlinuz-2.6.18-128.el5
/boot/vmlinuz-2.6.18-128.el5
# echo $?
0
}}}
"	defect	closed	high	3.0.0	mindi	2.2.9.7	major	fixed	mindi kernel	victor.gattegno@… bruno.cornec@…
