On Wed, Oct 15, 2008 at 09:11:28AM -0700, J??rgen Keil wrote:
> > I'd like reviewers for:
> > 6734731 vif-vnic instances can race against each other
> > 6734123 xpvd-event logging is dismal
>
> src/scripts/xpvd-misc lines 160, 164:
> ${file} should be quoted, in case it contains spaces
>
> if su - xvm -c "test ${op} \"${file}\""; then
>
> owner=???ls -lL "${file}" | awk ???{ print $3; }??????
>
>
>
> src/scripts/xpvd-misc, line 55
> should use a shell integer compare using -eq,
> not a string compare
>
> if [ "${loop}" -eq "${timeout}" ]; then
Thanks. I'll apply these updates and republish.
_______________________________________________
xen-discuss mailing list
[email protected]