diff options
author | Erik Andersen | 1999-12-27 23:56:17 +0000 |
---|---|---|
committer | Erik Andersen | 1999-12-27 23:56:17 +0000 |
commit | 69ba6b2956202728a3da3489caa383fa6e7b114f (patch) | |
tree | 7c497db796b11320a79de30e47178117a2768b11 /Changelog | |
parent | 98f67e35d82e19f7a5e58551b5dd8feb121229b9 (diff) | |
download | busybox-69ba6b2956202728a3da3489caa383fa6e7b114f.zip busybox-69ba6b2956202728a3da3489caa383fa6e7b114f.tar.gz |
Added changelog
-Erik
Diffstat (limited to 'Changelog')
-rw-r--r-- | Changelog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -10,6 +10,9 @@ * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" <konst@voshod.com>. * Implemented sort. -beppu + * Fixed tar SGID and SUID bug. Seems that chown(2) clears S_ISUID and + S_ISGID, even when chown is called as root. I changed the ordering + of chown and chmod so SGID and SUID file permissions don't get munged. -Erik Andersen |