Right, 
Renaming does not touch the file - it only changes the directory
modification date.

And you are absolutely right. Panther preserves case but is insensitive to
case in file names :
ls
>...
>-rw-r--r--  1 ac  ac     0 27 Dec 11:59 a file named ABC
filetest -e "a file named ABC"
> 1
filetest -e "a file named abc"
> 1

Bad, bad Apple.

-- 
To unsubscribe or change options: http://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html

Reply via email to