X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Facl;h=f5913c213b4a5a09d2c80a12e93ccc1dbfe4dfb4;hb=2ec3c8e506e9692c13ff7bb6fb0eba70c134da6a;hp=9a7f277555cd4d5a58267191797335098a7e8ee5;hpb=d2e44433024a93cef7e6f6d572f2b9d81b3bc9b6;p=gnulib.git diff --git a/modules/acl b/modules/acl index 9a7f27755..f5913c213 100644 --- a/modules/acl +++ b/modules/acl @@ -3,16 +3,16 @@ Access control lists of files. (Unportable.) Files: lib/acl.h -lib/acl.c lib/acl-internal.h lib/acl_entries.c +lib/set-mode-acl.c lib/copy-acl.c lib/file-has-acl.c m4/acl.m4 Depends-on: error -gettext +gettext-h quote sys_stat @@ -20,7 +20,7 @@ configure.ac: gl_FUNC_ACL Makefile.am: -lib_SOURCES += acl.c copy-acl.c file-has-acl.c +lib_SOURCES += set-mode-acl.c copy-acl.c file-has-acl.c Include: "acl.h" @@ -32,4 +32,4 @@ License: GPL Maintainer: -Paul Eggert, Jim Meyering +Paul Eggert, Jim Meyering, Bruno Haible