vagrant/plugins/guests
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
..
arch Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
coreos Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
darwin drop `-r` flag from `xargs` on OS X 2014-05-25 18:42:40 -04:00
debian Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
esxi Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
fedora Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
freebsd Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
funtoo Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
gentoo Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
linux Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
mint guests/mint: don't need to inherit from ubuntu class 2014-05-06 12:50:35 -07:00
netbsd Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
nixos Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
omnios Add mount_nfs_folder capability to omnios guests 2014-03-20 17:06:49 -04:00
openbsd Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
pld require pld/cap/change_host_name 2013-11-27 09:38:28 +02:00
redhat Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
smartos Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
solaris synced_folders\rsync: remove non-portable '-v' flag from chown [GH-3743] 2014-05-10 23:51:12 +03:00
solaris11 added conditional for temporary interfaces 2014-05-21 18:21:05 -04:00
suse Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00
tinycore add rsync_install capability to tinycore guest 2014-03-13 01:41:52 +01:00
ubuntu guests/mint: don't need to inherit from ubuntu class 2014-05-06 12:50:35 -07:00
windows Change symbols inside hashes to 1.9 JSON-like syntax 2014-05-22 12:35:12 -04:00