> 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
--
This message posted from opensolaris.org
_______________________________________________
xen-discuss mailing list
[email protected]