if (preserve_perms && (st->st_mode & CHMOD_BITS)
+ != (file->mode & CHMOD_BITS))
iflags |= ITEM_REPORT_PERMS;
if (preserve_uid && am_root && file->uid != st->st_uid)
TH 2
+#endif
+#ifndef S_IXOTH
+#define S_IXOTH 1
#endif
+
+#define CHMOD_BITS (S_ISUID | S_ISGID | S_ISVTX | S_IRWXU | S_IRWXG | S_IRWXO)
#ifndef _S_IFMT
#define _S_IFMT017
--
Roderick Schertler
[EMAIL PROTECTED]
--
To unsubscribe or change options: http://lists.sam
les are being skipped and a summary at the end\&. More than two
+-v flags should only be used if
you are debugging rsync\&.
.IP
.IP "\fB-q, --quiet\fP"
--
Roderick Schertler
[EMAIL PROTECTED]
--
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.tuxedo.org/~esr/faqs/smart-questions.html