]> arthur.barton.de Git - bup.git/commitdiff
Revert "Don't check ACLs in t/compare-trees on FreeBSD."
authorRob Browning <rlb@defaultvalue.org>
Mon, 25 Nov 2013 20:27:25 +0000 (14:27 -0600)
committerRob Browning <rlb@defaultvalue.org>
Mon, 25 Nov 2013 20:28:06 +0000 (14:28 -0600)
This reverts commit 985b17f45707fe3759ca13f005625934f5f63b4c.

That should have been *NetBSD*.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
README.md
t/compare-trees

index 4c08ff749878a5f84031edb88583544eb62f4f19..9392e6b8dfca8210a618f8e7ae44e1b5f607704f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -258,8 +258,8 @@ Notes on NetBSD/pkgsrc
    traversal code ("fts") in NetBSD's libc will interpret this as a
    cycle and error out, so "ls -R" and "find" will not work.
 
- - There is no support for ACLs.  If/when some enterprising person
-   fixes this, adjust t/compare-trees.
+ - It is not clear if extended attribute and POSIX acl support does
+   anything useful.
 
 
 Notes on Cygwin
index cbe332f0c56de8a4de37a867be98da77ba5eb36e..5ef44a29edc396358afb71d73f50639c665a0e26 100755 (executable)
@@ -49,7 +49,7 @@ if [[ ! "$rsync_version" =~ "ACLs" ]] || [[ "$rsync_version" =~ "no ACLs" ]]; th
     echo "Not comparing ACLs (not supported by available rsync)" 1>&2
 else
     case $OSTYPE in
-        cygwin|darwin|freebsd)
+        cygwin|darwin)
             echo "Not comparing ACLs (not yet supported on $OSTYPE)" 1>&2
             ;;
         *)