From 00266d3df6ba8dcc6247f112372a0ce5a8ab2c32 Mon Sep 17 00:00:00 2001 From: Erik Andersen Date: Tue, 28 Dec 1999 00:17:46 +0000 Subject: Fixed a bug where tar would not set the user and group on device special files. -Erik --- Changelog | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'Changelog') diff --git a/Changelog b/Changelog index 8b0b0be1d..8edf3a62a 100644 --- a/Changelog +++ b/Changelog @@ -10,9 +10,9 @@ * Added 'grep -q' thanks to a patch from "Konstantin Boldyshev" . * 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. + * Fixed a bug where tar would set, and then clear SGID and SUID bits. + * Fixed a bug where tar would not set the user and group on device + special files. -Erik Andersen -- cgit v1.2.3