CVSROOT: /cvs Module name: src Changes by: be...@cvs.openbsd.org 2019/02/21 15:07:45
Modified files: usr.bin/rsync : flist.c ids.c Log message: kristaps acb8f263717f27691f0318d4b7154f854b7206b3 As found by benno@, if --numeric-ids is passed in, rsync does not send or receive the uid/gid lists at all. This also means that we need not process the lists, as we're simply going to copy around the same value.