From: Martin Pool Date: Mon, 25 Mar 2002 03:56:38 +0000 (+0000) Subject: Note about mkdir bug. X-Git-Tag: v2.5.5.rc1~12 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b0633744fa493938cd9718a4479059a3aa6b7857;p=thirdparty%2Frsync.git 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)