projects
/
oweals
/
busybox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98f67e3
)
Added changelog
author
Erik Andersen
<andersen@codepoet.org>
Mon, 27 Dec 1999 23:56:17 +0000
(23:56 -0000)
committer
Erik Andersen
<andersen@codepoet.org>
Mon, 27 Dec 1999 23:56:17 +0000
(23:56 -0000)
-Erik
Changelog
patch
|
blob
|
history
diff --git
a/Changelog
b/Changelog
index 4b5ac711bb769b5d52aaefc271abacd740ea1b5c..8b0b0be1d8835e51e6738351f9a0be5e237f1ab5 100644
(file)
--- a/
Changelog
+++ b/
Changelog
@@
-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