=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/rsync/uploader.c,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/rsync/uploader.c 2019/02/14 18:29:08 1.5 +++ src/usr.bin/rsync/uploader.c 2019/02/14 18:31:01 1.6 @@ -1,4 +1,4 @@ -/* $Id: uploader.c,v 1.5 2019/02/14 18:29:08 florian Exp $ */ +/* $Id: uploader.c,v 1.6 2019/02/14 18:31:01 florian Exp $ */ /* * Copyright (c) 2019 Kristaps Dzonsons * @@ -237,7 +237,10 @@ free(b); } - /* Optionally preserve times/perms on the symlink. */ + /* + * Optionally preserve times/perms on the symlink. + * FIXME: run rsync_set_metadata()? + */ if (sess->opts->preserve_times) { tv[0].tv_sec = time(NULL); @@ -364,6 +367,7 @@ /* * Update the modification time if we're a new directory *or* if * we're preserving times and the time has changed. + * FIXME: run rsync_set_metadata()? */ if (u->newdir[idx] ||