]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Tue, 11 May 2004 18:34:56 +0000 (18:34 +0000)
committerJim Meyering <jim@meyering.net>
Tue, 11 May 2004 18:34:56 +0000 (18:34 +0000)
lib/ChangeLog

index 180883c986d7207bdaecf70cb5d323cc6f784a12..59dca0ec65530aa0650a45b276127f207481253c 100644 (file)
@@ -3,8 +3,8 @@
        Prior to this change, rm required read access to the current
        directory on most systems (ones with the fchdir function).
 
-       * save-cwd.c (save_cwd) [HAVE_FCHDIR]: Don't fail just
-       because opening `.' fails.  Resort to using xgetcwd.
+       * save-cwd.c (save_cwd) [HAVE_FCHDIR]: If opening `.' read-only
+       fails, try write-only, and finally, resort to using xgetcwd.
 
 2004-05-07  Jim Meyering  <jim@meyering.net>