> Sounds like a race condition to me... Creating the file, then modifying > the timestamp to a future time, hoping that * doesn't grab it away in > the mean time... I'll look further into this one, though...
create the file in /tmp, modify the mtime, then move it... [EMAIL PROTECTED]:~$ date Tue Jun 1 15:37:09 EDT 2004 [EMAIL PROTECTED]:~$ touch -d 20040101 /tmp/blah [EMAIL PROTECTED]:~$ mv /tmp/blah . [EMAIL PROTECTED]:~$ ls -l blah -rw-r--r-- 1 andrew users 0 Jan 1 00:00 blah [EMAIL PROTECTED]:~$ _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
