From ec8df1d330e078fed51ca2fef45af838ef8d5fd8 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Sat, 30 Sep 2000 08:35:05 +0000 Subject: [PATCH] *** empty log message *** --- old/fileutils/ChangeLog | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index da5b088..a539836 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,5 +1,17 @@ 2000-09-30 Jim Meyering + * tests/du/two-args: Update to use newer template. + + * src/install.c: Remove big, option-describing comment block. + (main): Rename local `symbolic_mode' to `specified_mode'. + + * src/mkdir.c (main): Rather than setting the umask to 0 and hand-apply + the previously-set umask, pass the full create mask (0777 or 0666) to + mkdir and let the kernel apply the umask. The difference shows up only + on file systems with ACL support when the containing directory has a + default ACL. Patch by Andreas Gruenbacher. + (main): Rename local `symbolic_mode' to `specified_mode'. + * tests/mkdir/perm: New test. * tests/mkdir/Makefile.am (TESTS): Add perm. -- 2.7.4