From: Paul Eggert Date: Tue, 12 Jun 2007 22:22:01 +0000 (+0000) Subject: Fix typo in 2006-12-04 entry; it should have read "chown before X-Git-Tag: v1.3.13~40 X-Git-Url: https://git.gag.com/?a=commitdiff_plain;h=0d0e75e45abc8b8561eeae78141e92feb54b3f2b;p=debian%2Fgzip Fix typo in 2006-12-04 entry; it should have read "chown before chmod", not "chmod before chown". --- diff --git a/ChangeLog b/ChangeLog index 6029558..e7aed7f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -422,7 +422,7 @@ compress files with the sticky bit set, on general principle. (copy_stat): Don't copy the setuid, setgid, or sticky bits, as (given the above change) they'll always be zero here. - Invoke chmod before chown, to close a race condition. + Invoke chown before chmod, to close a race condition. * .cvsignore: Add *.doc, build-aux. * doc/.cvignore: New file.