]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
.
authorJim Meyering <jim@meyering.net>
Sat, 10 Dec 1994 06:04:53 +0000 (06:04 +0000)
committerJim Meyering <jim@meyering.net>
Sat, 10 Dec 1994 06:04:53 +0000 (06:04 +0000)
old/fileutils/ChangeLog

index 3417d3e9f9e845a29b05a81a0d08c65287631e01..64cb193f1fc8d547f5ddfcd23a73f5cfac4372ad 100644 (file)
@@ -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.