[Pkg-xen-devel] Bug#554805: Bug in patch

Mateusz Mazur m.mazur at cuvs.net
Sun Mar 14 22:27:55 UTC 2010


Hello,

Please watch out for line

[ -f $mailbox ] && vif=`cat $mailbox`

in "vif-route" file from your patch. This line doesn't work. It should
be a least

if [ -f $mailbox ]
then
    vif=`cat $mailbox`
fi

Best regards,
MM





More information about the Pkg-xen-devel mailing list