Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!seismo!caip!dayton!rosevax!rose3!dan From: dan@rose3.UUCP (Dan Messinger) Newsgroups: net.bugs.uucp Subject: Re: uucico/uuxqt bugs...howcome? Message-ID: <215@rose3.UUCP> Date: Wed, 24-Sep-86 22:21:53 EDT Article-I.D.: rose3.215 Posted: Wed Sep 24 22:21:53 1986 Date-Received: Thu, 25-Sep-86 06:16:17 EDT References: <900@gilbbs.UUCP> <612@pyramid.UUCP> <728@ncc.UUCP> Reply-To: dan@rose3.UUCP (Dan Messinger) Organization: Rosemount Inc., Burnsville, MN Lines: 14 In article <728@ncc.UUCP> lyndon@ncc.UUCP (Lyndon Nerenberg) writes: >I set up cron to "touch /usr/spool/uucp/LCK*" once per hour for the same >reasons. If there are no LCK files in the directory, touch creates a file >named "LCK*". >...... The fix is to change your crontab entry: > find /usr/spool/uucp/LCK* -exec touch {} \; > >Has anyone else run into this? See if you touch command has a -c option. This tells it to NOT CREATE the file. Dan Messinger ihnp4!rosevax!rose3!dan