This is a discussion on DO NOT REPLY [Bug 5442] setting times to symlinks which do not - Tools ; https://bugzilla.samba.org/show_bug.cgi?id=5442 wayned@samba.org changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |RESOLVED Resolution| |WORKSFORME ------- Comment #1 from wayned@samba.org 2008-05-06 09:52 CST ------- Rsync only tries to set times on symlinks if the lutimes() function exists. On my version of OS X (Panther) ...
https://bugzilla.samba.org/show_bug.cgi?id=5442
wayned@samba.org changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|NEW |RESOLVED
Resolution| |WORKSFORME
------- Comment #1 from wayned@samba.org 2008-05-06 09:52 CST -------
Rsync only tries to set times on symlinks if the lutimes() function exists. On
my version of OS X (Panther) the setting of the time on a symlink worked fine.
If your system says it has lutimes() but it doesn't work, comment out the
HAVE_LUTIMES in config.h and recompile.
--
Configure bugmail: https://bugzilla.samba.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.
--
Please use reply-all for most replies to avoid omitting the mailing list.
To unsubscribe or change options: https://lists.samba.org/mailman/listinfo/rsync
Before posting, read: http://www.catb.org/~esr/faqs/smart-questions.html