diff options
author | kientzle <kientzle@FreeBSD.org> | 2007-03-08 05:52:01 +0000 |
---|---|---|
committer | kientzle <kientzle@FreeBSD.org> | 2007-03-08 05:52:01 +0000 |
commit | 4f72159a41f5e0ca35644948d1641ff55bd0a866 (patch) | |
tree | de275ed0bffcd89624364f75e1c1139c160a39ff /usr.bin/tar | |
parent | cb00361cdd8e37570c178ffd995e12910f73ec33 (diff) | |
download | FreeBSD-src-4f72159a41f5e0ca35644948d1641ff55bd0a866.zip FreeBSD-src-4f72159a41f5e0ca35644948d1641ff55bd0a866.tar.gz |
Argh. Support for reading ACLs off of disk was inadvertently disabled
as part of an old configuration shuffle. As a result, although
ACL restore has been working, ACLs haven't been written into archives
for some time. <sigh>
Pointy hat: You know.
MFC after: 3 days
Diffstat (limited to 'usr.bin/tar')
-rw-r--r-- | usr.bin/tar/bsdtar_platform.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/usr.bin/tar/bsdtar_platform.h b/usr.bin/tar/bsdtar_platform.h index b254b20..2ad1750 100644 --- a/usr.bin/tar/bsdtar_platform.h +++ b/usr.bin/tar/bsdtar_platform.h @@ -47,6 +47,7 @@ #define HAVE_ACL_GET_PERM 0 #define HAVE_ACL_GET_PERM_NP 1 #define HAVE_ACL_PERMSET_T 1 +#define HAVE_ACL_USER 1 #endif #define HAVE_BZLIB_H 1 #define HAVE_CHFLAGS 1 |