aboutsummaryrefslogtreecommitdiff
path: root/Changelog
diff options
context:
space:
mode:
authorErik Andersen <andersen@codepoet.org>2000-01-20 19:51:48 +0000
committerErik Andersen <andersen@codepoet.org>2000-01-20 19:51:48 +0000
commitb2660c703dfd8fe4d37d38d69d5a33c3131f59a3 (patch)
tree64aa7ccc8f81ad649e876c1a50bc5befdf13c86c /Changelog
parent8ad12e32c89c0b9e8c6da35e23398d4a97f7f601 (diff)
downloadbusybox-b2660c703dfd8fe4d37d38d69d5a33c3131f59a3.tar.gz
Tell what I did
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r--Changelog4
1 files changed, 4 insertions, 0 deletions
diff --git a/Changelog b/Changelog
index 96012ff04..095a529bc 100644
--- 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