summaryrefslogtreecommitdiff
path: root/old/fileutils
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-12-10 06:04:53 +0000
committerJim Meyering <jim@meyering.net>1994-12-10 06:04:53 +0000
commitb3d3591aed8ff2eb9f57947c0fab9f6ecca29c20 (patch)
tree7dde7a55b219e08f6e20edf912c491b6ab81c9b2 /old/fileutils
parentfb5c9e690fd4a8e751259f666e7f32b162673f4b (diff)
downloadcoreutils-b3d3591aed8ff2eb9f57947c0fab9f6ecca29c20.tar.xz
.
Diffstat (limited to 'old/fileutils')
-rw-r--r--old/fileutils/ChangeLog9
1 files changed, 5 insertions, 4 deletions
diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog
index 3417d3e9f..64cb193f1 100644
--- a/old/fileutils/ChangeLog
+++ b/old/fileutils/ChangeLog
@@ -1,9 +1,10 @@
+Sat Dec 10 00:02:09 1994 Jim Meyering (meyering@comco.com)
* Makefile.in (install): Install `install' first as transformed
- `ginstall,' then remove the target (transformed `install') and move
- GNU install into its place. Before, the installation process failed
- on systems (e.g. HPUX) that have trouble overwriting an executable
- associated with a running process.
+ `ginstall,' then remove the target (transformed `install')
+ and move GNU install into its place. Before, the installation
+ process failed on systems (e.g. HPUX) that can't overwrite the
+ executable associated with a running process.
* system.h [!HAVE_STRING_H]: Define strchr to index and strrchr to
rindex instead of the other way around.