[SCM] The rsync repository. - branch master updated

Rsync CVS commit messages rsync-cvs at lists.samba.org
Tue Nov 20 22:11:40 UTC 2018


The branch, master has been updated
       via  6af8e114 Don't force cygwin to solaris ACLs anymore.
      from  1a288c06 Document how a leading comma changes the gid parsing.

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


- Log -----------------------------------------------------------------
commit 6af8e1145034b243e922307c583edd0ee3bad64d
Author: Wayne Davison <wayned at samba.org>
Date:   Tue Nov 20 14:11:42 2018 -0800

    Don't force cygwin to solaris ACLs anymore.

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

Summary of changes:
 configure.ac | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)


Changeset truncated at 500 lines:

diff --git a/configure.ac b/configure.ac
index 45a96637..4f68e98a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -979,7 +979,7 @@ else
 	AC_DEFINE(HAVE_UNIXWARE_ACLS, 1, [true if you have UnixWare ACLs])
 	AC_DEFINE(SUPPORT_ACLS, 1, [Define to 1 to add support for ACLs])
 	;;
-    solaris*|*cygwin*)
+    solaris*)
 	AC_MSG_RESULT(Using solaris ACLs)
 	AC_DEFINE(HAVE_SOLARIS_ACLS, 1, [true if you have solaris ACLs])
 	AC_DEFINE(SUPPORT_ACLS, 1)


-- 
The rsync repository.



More information about the rsync-cvs mailing list