diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-20 19:51:48 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-20 19:51:48 +0000 |
commit | b2660c703dfd8fe4d37d38d69d5a33c3131f59a3 (patch) | |
tree | 64aa7ccc8f81ad649e876c1a50bc5befdf13c86c | |
parent | 8ad12e32c89c0b9e8c6da35e23398d4a97f7f601 (diff) | |
download | busybox-b2660c703dfd8fe4d37d38d69d5a33c3131f59a3.tar.gz |
Tell what I did
-Erik
-rw-r--r-- | Changelog | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 |