From ce5b466bcce4edbd8a57ed3fa91911936bd11927 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Thu, 27 Jan 2000 19:50:47 +0000 Subject: copyFile could call chmod on a symlink, changing the perms of the pointed to file. Minor fix to tar for directory handling. -Erik --- Changelog | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 8dc40ca83..6581b5c90 100644 --- a/Changelog +++ b/Changelog @@ -25,7 +25,8 @@ contributed Friedrich Vedder * 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 , and mount was fixed by me. - * ls formatting on 8 char user names fixed by Randolph Chung . + * ls formatting on eight charactor user names fixed by + Randolph Chung . + * cp could, when copying symlinks, change permissions of the + files pointed to by the symlinks. -Erik Andersen -- cgit v1.2.3