[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-cpio] [PATCH] extract: retain times for symlinks
From: |
Sergey Poznyakoff |
Subject: |
Re: [Bug-cpio] [PATCH] extract: retain times for symlinks |
Date: |
Wed, 17 May 2023 19:39:22 +0200 |
User-agent: |
MH (GNU Mailutils 3.15) |
Hi Pavel,
Thanks for reporting.
The proposed patch doesn't take into account symlink handling in
--no-absolute-filenames mode. Besides, lutimens is not POSIX.
I installed the following patch instead:
http://git.savannah.gnu.org/cgit/cpio.git/commit/?id=a3eb338a40750ecfd73de7054d44e69008866621
Regards,
Sergey