Tell what I did
authorErik Andersen <andersen@codepoet.org>
Thu, 20 Jan 2000 19:51:48 +0000 (19:51 -0000)
committerErik Andersen <andersen@codepoet.org>
Thu, 20 Jan 2000 19:51:48 +0000 (19:51 -0000)
 -Erik

Changelog

index 96012ff042a79d774578344e2ed18af107cd8aa8..095a529bc8dbe88a6f24d3cca379bf10a99ed022 100644 (file)
--- a/Changelog
+++ b/Changelog
@@ -2,6 +2,10 @@
        * Made tar creation support in busybox tar optional.
        * Made grep and grep -h do the right thing wrt printing
            the file name (it failed to print files names in many cases).
+       * Fix a namespace aliasing problem wereby if du was built in, the 
+           symlink for both du and dutmp would be installed, or then rm was 
+           built in, the symlinks for both rm and rmmod would be installed.
+
 
        -Erik Andersen