diff options
author | Erik Andersen | 2000-02-21 17:27:17 +0000 |
---|---|---|
committer | Erik Andersen | 2000-02-21 17:27:17 +0000 |
commit | 42387e496463f6dbba168b5d36807b858f94fa96 (patch) | |
tree | 9958d84e73c0f497e80a110a56d7dca1b41d0565 /Changelog | |
parent | 27fdd081efa060edf7467c43d76071f1c960d228 (diff) | |
download | busybox-42387e496463f6dbba168b5d36807b858f94fa96.zip busybox-42387e496463f6dbba168b5d36807b858f94fa96.tar.gz |
Forgot to add basename. More fixes to du from
Friedrich Vedder <fwv@myrtle.lahn.de>.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -1,15 +1,15 @@ 0.43 - * Wrote basename + * Wrote basename. * tar wouldn't create directory entries that don't end in '/', - now it does (fix thanks to Avery Pennarun <apenwarr@worldvisions.ca>) + now it does (thanks to Avery Pennarun <apenwarr@worldvisions.ca>) * Several fixes from Pavel Roskin <pavel_roskin@geocities.com>: - When `tail' fails to open a file it now exits. - When `syslogd' is given the `-n' option it should still use fork() for running klogd. * nslookup types are now changed to u_int32_t (instead of uint32_t) changed per a patch from Pascal Bellard <pascal.bellard@ascend.com> - * Fixed "du" so it gives the same answers as GNU "du" (busybox du used to - count hard-linked files more then once). Many thanks to + * Fixed "du" so it gives the same answers as GNU "du" (busybox du used + to count hard-linked files more then once). Many thanks to Friedrich Vedder <fwv@myrtle.lahn.de> for the fix. -Erik Andersen |