CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/02/21 15:12:48
Modified files:
usr.bin/rsync : flist.c rsync.5
Log message:
kristaps 7721288a1d170f4d789bf7a7b822f14f91f7bcb9
In order for GPL rsync(1) to work with --delete when openrsync is a
remote sender, we need to set the FLIST_TOP_LEVEL bit for all
top-level directories. This is because the GPL rsync(1) uses this bit
to determine which directories to scan for files for deletion.
