]> git.ipfire.org Git - thirdparty/coreutils.git/commitdiff
*** empty log message ***
authorJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 20:05:56 +0000 (20:05 +0000)
committerJim Meyering <jim@meyering.net>
Sun, 2 Dec 2001 20:05:56 +0000 (20:05 +0000)
old/fileutils/ChangeLog

index 099b86360b9de87d77087bb8e501b081ea1eecc8..7434218378227f657825c3b12518c455255ccf1b 100644 (file)
@@ -2,6 +2,11 @@
 
        * Version 4.1.3.
 
+       * src/touch.c (touch): Extend the change of 2001-09-15 to work on
+       systems for which errno is set to EPERM in that case.  Thus, e.g.,
+       `touch /' by non-root gives a better diagnostic on systems like SunOS4.
+       Reported by Volker Borchert.
+
        Don't emulate dd's skip=N for *all* character devices;  lseek works
        just fine on non-tape character devices like /dev/mem and /dev/kmem.
        * src/dd.c (buggy_lseek_support) [__linux__]: Emulate `skip=N'