mirror of
https://github.com/RsyncProject/rsync.git
synced 2026-05-24 14:55:46 -04:00
Updated NEWS & tweaked a comment.
This commit is contained in:
3
NEWS
3
NEWS
@@ -107,3 +107,6 @@ Changes since 3.1.0:
|
||||
DEVELOPER RELATED:
|
||||
|
||||
- We now include an example systemd file (in packaging/systemd).
|
||||
|
||||
- Tweaked configure to make sure that any intended use of the included popt
|
||||
and/or zlib code is put early in the CFLAGS.
|
||||
|
||||
@@ -2500,7 +2500,7 @@ void server_options(char **args, int *argc_p)
|
||||
argstr[x++] = 's'; /* symlink iconv translation support */
|
||||
#endif
|
||||
argstr[x++] = 'f'; /* flist I/O-error safety support */
|
||||
argstr[x++] = 'x'; /* xattr hardlink optimization not supported */
|
||||
argstr[x++] = 'x'; /* xattr hardlink optimization not desired */
|
||||
}
|
||||
|
||||
if (x >= (int)sizeof argstr) { /* Not possible... */
|
||||
|
||||
Reference in New Issue
Block a user