Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: nyu notesfiles V1.1 4/1/84; site down.FUN Path: utzoo!watmath!clyde!burl!ulysses!allegra!princeton!down!honey From: honey@down.FUN Newsgroups: net.bugs.uucp Subject: Re: 4.2bsd uucico LOST LINE bug Message-ID: <4000003@down.FUN> Date: Sat, 6-Oct-84 09:36:00 EDT Article-I.D.: down.4000003 Posted: Sat Oct 6 09:36:00 1984 Date-Received: Sun, 7-Oct-84 02:41:06 EDT References: <1364@sdcrdcf.UUCP> Organization: The Official Fun Machine of Princeton University EECS Lines: 17 Nf-ID: #R:sdcrdcf:-136400:down:4000003:000:411 Nf-From: down!honey Oct 6 09:36:00 1984 i recommend the following script for polling: #! /bin/sh PATH=/usr/ucb:/bin:/usr/bin:/usr/local/bin umask 022 SPOOL=/usr/spool/uucp for i in princeton tilt; do short=`echo $i|cut -c1-7` mkdir $SPOOL/$i touch $SPOOL/$i/C.${short}Z0000 done /usr/lib/uucp/uusched /usr/lib/uucp/uuxqt um, i guess it's a little honey danber-ized, but you get the gist of it: touch the C. files and invoke the scheduler. peter