itemize() needs to use CHMOD_BITS (patch)

2005-07-26 Thread Roderick Schertler
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)

compare st_mode & 07777, or Aix dirs always differ

2003-02-07 Thread Roderick Schertler
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

rsync: omit summary with a single -v

2002-07-31 Thread Roderick Schertler
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