Don't set directory modtimes to match the source
authorjob <job@openbsd.org>
Thu, 23 Nov 2023 13:01:15 +0000 (13:01 +0000)
committerjob <job@openbsd.org>
Thu, 23 Nov 2023 13:01:15 +0000 (13:01 +0000)
commiteb42763480bae6d30da2481115ebead1c93bc497
tree2af063fc9dea27b1139bf3f750102c695190d9b6
parent97d9fd37e27fb4968e1a79cdd5d38fcdf4d29b14
Don't set directory modtimes to match the source

When syncing against remote repositories, the modtimes of the
remote directories is irrelevant. In the RRDP protocol the directory
modtimes aren't signalled either. This should save some IOPS.

OK tb@
usr.sbin/rpki-client/rsync.c