diff options
author | Jim Meyering <jim@meyering.net> | 2000-11-23 15:08:19 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2000-11-23 15:08:19 +0000 |
commit | 4e07d471cc982c915394608e98d3189bbc477169 (patch) | |
tree | 86263a989fd05ce999353565907ea1fa62283eb0 /old | |
parent | 5afa8c022ebdb86e87249d8f8c4dfec9623ac0f9 (diff) | |
download | coreutils-4e07d471cc982c915394608e98d3189bbc477169.tar.xz |
*** empty log message ***
Diffstat (limited to 'old')
-rw-r--r-- | old/fileutils/ChangeLog | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 5398a4469..b06e3ca7e 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -1,14 +1,14 @@ 2000-11-23 Jim Meyering <meyering@lucent.com> + * Version 4.0.33. + * src/chmod.c (mode_changed): New function. (change_file_mode): Use it to determine accurately when -c should make chmod announce there's been a change. Based on a patch from Michael Stone. Reported by root@khms.westfalen.de. - * Version 4.0.33. - - * tests/chmod/c-option: New test. + * tests/chmod/c-option: New test for the above fix. * tests/chmod/Makefile.am (TESTS): Add c-option * tests/sticky-check: New file. Factored out of tests/mkdir/parents. |