29 lines
345 B
Plaintext
29 lines
345 B
Plaintext
Description:
|
|
Copy access control list from one file to another. (Unportable.)
|
|
|
|
Files:
|
|
lib/qcopy-acl.c
|
|
m4/acl.m4
|
|
m4/xattr.m4
|
|
|
|
Depends-on:
|
|
acl-permissions [test "$use_xattr" != yes]
|
|
|
|
configure.ac:
|
|
gl_QCOPY_ACL
|
|
|
|
Makefile.am:
|
|
lib_SOURCES += qcopy-acl.c
|
|
|
|
Include:
|
|
"acl.h"
|
|
|
|
Link:
|
|
$(QCOPY_ACL_LIB)
|
|
|
|
License:
|
|
GPL
|
|
|
|
Maintainer:
|
|
Paul Eggert, Jim Meyering
|