[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Wed Sep 2 19:22:56 UTC 2015


The branch, master has been updated
       via  1983198 Add support for netbsd in xattrs case. Closes bug-suggestion 11484.
      from  2a7355f Change daemon's gid list to use an "item_list".

https://git.samba.org/?p=rsync.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 1983198097f57cb9c2eb44ae51cbf8c2cabccbe4
Author: Wayne Davison <wayned at samba.org>
Date:   Wed Sep 2 12:20:50 2015 -0700

    Add support for netbsd in xattrs case.
    Closes bug-suggestion 11484.

-----------------------------------------------------------------------

Summary of changes:
 configure.ac | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)


Changeset truncated at 500 lines:

diff --git a/configure.ac b/configure.ac
index 3aca2a1..0478ba8 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1022,9 +1022,9 @@ if test x"$enable_xattr_support" = x"no"; then
     AC_MSG_RESULT(no)
 else
     case "$host_os" in
-    *linux*)
+    *linux*|*netbsd*)
 	AC_MSG_RESULT(Using Linux xattrs)
-	AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs])
+	AC_DEFINE(HAVE_LINUX_XATTRS, 1, [True if you have Linux xattrs (or equivalent)])
 	AC_DEFINE(SUPPORT_XATTRS, 1)
 	AC_DEFINE(NO_SYMLINK_USER_XATTRS, 1, [True if symlinks do not support user xattrs])
 	AC_CHECK_LIB(attr,getxattr)


-- 
The rsync repository.



More information about the rsync-cvs mailing list