diff options
author | Jim Meyering <jim@meyering.net> | 2001-05-24 21:30:27 +0000 |
---|---|---|
committer | Jim Meyering <jim@meyering.net> | 2001-05-24 21:30:27 +0000 |
commit | 8025ccf64d043ef71bd3a07ab82c6a97ec712aff (patch) | |
tree | ece83e6417e17b95d74ae5379b7aa544c15086d9 /old/fileutils | |
parent | c52ca035b15aa58303750a805dc3f474e905e108 (diff) | |
download | coreutils-8025ccf64d043ef71bd3a07ab82c6a97ec712aff.tar.xz |
*** empty log message ***
Diffstat (limited to 'old/fileutils')
-rw-r--r-- | old/fileutils/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 84c7ddd69..2705b97ec 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -3,6 +3,8 @@ * Makefile.maint (wget-update): Have wget write to a temporary file, and replace the original only if wget succeeds. Also get ansi2nkr.c. + (move-if-change): Define. + (wget-update): Use it in place of mv. * src/ls.c: Use `#if D_TYPE_IN_DIRENT && defined DTTOIF' to determine whether to enable the DT_INIT definition, not the less |