projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8ad12e3
)
Tell what I did
author
Erik Andersen
<andersen@codepoet.org>
Thu, 20 Jan 2000 19:51:48 +0000
(19:51 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Thu, 20 Jan 2000 19:51:48 +0000
(19:51 -0000)
-Erik
Changelog
patch
|
blob
|
history
diff --git
a/Changelog
b/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