﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
713	iproute error in mindi start-nfs	victor gattegno	victor gattegno	"In [http://trac.mondorescue.org/browser/branches/3.0/mindi/rootfs/sbin/start-netfs?rev=3168 start-nfs [rev #3168]], line 20, I see:
{{{
iptoute=`grep netfs-route /tmp/mondo-restore.cfg 2> /dev/null | cut -d' ' -f2-`
}}}

It should be iproute instead of iptoute:
{{{
iproute=`grep netfs-route /tmp/mondo-restore.cfg 2> /dev/null | cut -d' ' -f2-`
}}}

"	defect	closed	high	3.0.5	mindi	3.0.4	major	fixed	mindi iproute netfs	victor gattegno rue
