diff options
author | Erik Andersen <andersen@codepoet.org> | 2000-01-27 19:50:47 +0000 |
---|---|---|
committer | Erik Andersen <andersen@codepoet.org> | 2000-01-27 19:50:47 +0000 |
commit | ce5b466bcce4edbd8a57ed3fa91911936bd11927 (patch) | |
tree | b49f4bb9a7eecc77307c014f8eafa1d60218da20 /Changelog | |
parent | ccc7488615f0079032d8b017f57e6bf6a994cf84 (diff) | |
download | busybox-ce5b466bcce4edbd8a57ed3fa91911936bd11927.tar.gz |
copyFile could call chmod on a symlink, changing the perms
of the pointed to file. Minor fix to tar for directory handling.
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 8 |
1 files changed, 6 insertions, 2 deletions
@@ -25,7 +25,8 @@ contributed Friedrich Vedder <fwv@myrtle.lahn.de> * Cosmetic fix to busybox.c (Don't print a comma at the end of line if there are no more application names). - * Fixed a stupid bug in "head" option handling ("head -n" would segfault). + * Fixed a stupid bug in "head" option handling ("head -n" + would segfault). * Moved commonly used functions "xmalloc()" and "exit()" to utility.c (with proper #ifdef's). * Created a tiny tail implementation, removing -c, -q, -v, and making @@ -37,7 +38,10 @@ * Fixed mount and umount. Previously they could leak loop device allocations, causing the system to quickly run out. Fix for umount by Ben Collins <bcollins@debian.org>, and mount was fixed by me. - * ls formatting on 8 char user names fixed by Randolph Chung <tausq@debian.org>. + * ls formatting on eight charactor user names fixed by + Randolph Chung <tausq@debian.org>. + * cp could, when copying symlinks, change permissions of the + files pointed to by the symlinks. -Erik Andersen |