vagrant/plugins
Matt Behrens ef44f19601 drop `-r` flag from `xargs` on OS X
OS X's `xargs` does not support the `-r` flag (which means "do not
execute the command even once if there are no arguments"), but
behaves by default as if it was specified.

You can verify this yourself with this test:

    $ touch zero-length-file
    $ xargs echo <zero-length-file

If `echo` is executed, you will see a blank line.  If it is not
executed (i.e. `-r` is specified or the behavior is implied) then
you will see no blank line.
2014-05-25 18:42:40 -04:00
..
commands comamnds/box/add: change help text 2014-05-25 12:54:48 -07:00
communicators Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
guests drop `-r` flag from `xargs` on OS X 2014-05-25 18:42:40 -04:00
hosts hosts/windows: RDP cap shouldn't remove tempfile [GH-3875] 2014-05-22 10:20:45 -07:00
kernel_v1 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
kernel_v2 Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
providers providers/docker: support for UDP forwarded ports [GH-3886] 2014-05-23 10:16:16 -07:00
provisioners Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
synced_folders Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
README.md Add README to plugin directory 2012-04-18 17:48:06 -07:00

README.md

Vagrant Core Plugins

These are plugins that ship with Vagrant. Vagrant core uses its own plugin system to power a lot of the core pieces that ship with Vagrant. Each plugin will have its own README which explains its specific role.