From: Jim Meyering Date: Sun, 2 Dec 2001 20:05:56 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: FILEUTILS-4_1_3~8 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=800c8d78824736e15cca35226f423333dcedcd50;p=thirdparty%2Fcoreutils.git *** empty log message *** --- diff --git a/old/fileutils/ChangeLog b/old/fileutils/ChangeLog index 099b86360b..7434218378 100644 --- a/old/fileutils/ChangeLog +++ b/old/fileutils/ChangeLog @@ -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'