]> git.ipfire.org Git - thirdparty/gnulib.git/commitdiff
Rename acl.c to set-mode-acl.c.
authorBruno Haible <bruno@clisp.org>
Sun, 25 May 2008 11:44:20 +0000 (13:44 +0200)
committerBruno Haible <bruno@clisp.org>
Sun, 25 May 2008 20:26:51 +0000 (22:26 +0200)
ChangeLog
lib/set-mode-acl.c [moved from lib/acl.c with 99% similarity]
modules/acl

index 3e2088c7226f45b11022bd1da4cc5911e9e4e78f..bce4d1204d8a57b2f7b42ee6ab054080d0bb6b2b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,9 @@
+2008-05-25  Bruno Haible  <bruno@clisp.org>
+
+       * lib/set-mode-acl.c: Renamed from lib/acl.c.
+       * modules/acl (Files): Add lib/set-mode-acl.c, remove lib/acl.c.
+       (Makefile.am): Update lib_SOURCES.
+
 2008-05-25  Bruno Haible  <bruno@clisp.org>
 
        * m4/acl.m4 (gl_FUNC_ACL): Don't set LIB_ACL_TRIVIAL.
similarity index 99%
rename from lib/acl.c
rename to lib/set-mode-acl.c
index a164f0cfc451967e159a9a927cd98214c81a01e7..2aaa0e6fcb2cc5ea069a0d48ca1d07d403fdbd4b 100644 (file)
--- a/lib/acl.c
@@ -1,4 +1,4 @@
-/* acl.c - access control lists
+/* set-mode-acl.c - set access control list equivalent to a mode
 
    Copyright (C) 2002-2003, 2005-2008 Free Software Foundation, Inc.
 
index 9a7f277555cd4d5a58267191797335098a7e8ee5..8a004b5503b470b45350379b8dc142487b59ab98 100644 (file)
@@ -3,9 +3,9 @@ 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
@@ -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"