summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWayne Davison <wayned@samba.org>2014-06-14 09:55:37 -0700
committerWayne Davison <wayned@samba.org>2014-06-14 09:55:37 -0700
commitedb0d9c79205a5d8840719462cd69b98642cfbf2 (patch)
tree40345a5d89deb67b60a73929d1bffca81077e7d9
parent6ffd8f2169af2ca7b1f654cf469d21ae201f1143 (diff)
downloadrsync-edb0d9c79205a5d8840719462cd69b98642cfbf2.tar.gz
Updated NEWS & tweaked a comment.
-rw-r--r--NEWS3
-rw-r--r--options.c2
2 files changed, 4 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 5f2e7387..9ad83068 100644
--- a/NEWS
+++ b/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.
diff --git a/options.c b/options.c
index 5b061ade..62dfe4f0 100644
--- a/options.c
+++ b/options.c
@@ -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... */