[libvirt] needs /usr/bin/nc -> /usr/bin/nc.openbsd

Description:
I tried to remote connect to a remote ArchLinux VM host server (which uses libvirt/kvm) using virt-manager (qemu+ssh), from Ubuntu 10.10. An error message says that 'nc' is not found.

I solved the bug by executing on the ArchLinux server: ln -s /usr/bin/nc.openbsd /usr/bin/nc

Maybe this link should be created when installing libvirt, or some config file from libvirt should point to the right command.

Additional info:
* package version(s)
libvirt 0.8.5-2
openbsd-netcat 1.89-4

* config and/or log files etc.

Steps to reproduce: