Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!utcs!lsuc!mnetor!seismo!rick From: rick@seismo.UUCP Newsgroups: net.bugs.uucp Subject: Re: uucico/uuxqt bugs...howcome? Message-ID: <41611@beno.seismo.CSS.GOV> Date: Thu, 18-Sep-86 13:46:42 EDT Article-I.D.: beno.41611 Posted: Thu Sep 18 13:46:42 1986 Date-Received: Sat, 20-Sep-86 00:23:52 EDT References: <900@gilbbs.UUCP> <612@pyramid.UUCP> <914@gilbbs.UUCP> <916@gilbbs.UUCP> Organization: Center for Seismic Studies, Arlington, VA Lines: 7 Summary: chmod, not touch The prefered approch to faking the times on the files is to use chmod instead of touch. This changes the inode change time, which is what the locking is checking. It also does not leave a window like moving and copying. ---rick