1
0
mirror of https://git.savannah.gnu.org/git/gnulib.git synced 2025-08-16 01:22:18 +03:00
Files
gnulib/modules/acl
Pádraig Brady 2c2d4d9164 acl: don't depend on the deprecated qacl module
* modules/acl (Depends-on): Use q{copy,set}-acl instead.
2015-06-02 00:01:21 +01:00

32 lines
330 B
Plaintext

Description:
Access control lists of files, with diagnostics. (Unportable.)
Files:
lib/copy-acl.c
lib/set-acl.c
Depends-on:
error
gettext-h
qcopy-acl
qset-acl
quote
stdbool
configure.ac:
Makefile.am:
lib_SOURCES += copy-acl.c set-acl.c
Include:
"acl.h"
Link:
$(LIB_ACL)
License:
GPL
Maintainer:
Paul Eggert, Jim Meyering