From: Martin Pool Date: Mon, 25 Mar 2002 03:56:38 +0000 (+0000) Subject: Note about mkdir bug. X-Git-Url: https://mattmccutchen.net/rsync/rsync.git/commitdiff_plain/b0633744fa493938cd9718a4479059a3aa6b7857 Note about mkdir bug. --- diff --git a/NEWS b/NEWS index c680c317..e84a1ace 100644 --- a/NEWS +++ b/NEWS @@ -23,3 +23,8 @@ rsync changes since last release * Fix --whole-file problem that caused it to be the default even for remote connections. (Martin Pool, Frank Schulz) + + * Work around bug in Mac OS X mkdir(2), which cannot handle + trailing slashes. + + (Martin Pool)