vagrant-landrush / landrush

A Vagrant plugin that provides a simple DNS server for Vagrant guests
MIT License
666 stars 78 forks source link

Spawned DNS server holds vagrant executable's stderr, stdout open #249

Closed bexelbie closed 8 years ago

bexelbie commented 8 years ago

This can cause problems with programs like eclise that programatically launch vagrant and expect to see the file handles close.

bexelbie commented 8 years ago

Note: This is only affecting Mac and Linux

bexelbie commented 8 years ago

merged