mirror of
https://github.com/vagrant-libvirt/vagrant-libvirt.git
synced 2025-02-25 18:55:27 -06:00
netcat.openbsd, mostly used on libvirt servers (libvirt debian daemon depends on netcat.openbsd) has changed (revision 1.111) it's default behavior - it no more closes connection when stdin closes by default. They suggest using "-N" flag for turning on former behavior, but looks like "-q0", which is common with earlier versions and netcat.traditional, will also work.