Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site umcp-cs.UUCP Path: utzoo!linus!philabs!cmcl2!seismo!umcp-cs!chris From: chris@umcp-cs.UUCP (Chris Torek) Newsgroups: net.unix-wizards,net.bugs.uucp Subject: Re: 4.2bsd uucico LOST LINE bug Message-ID: <237@umcp-cs.UUCP> Date: Fri, 5-Oct-84 02:13:22 EDT Article-I.D.: umcp-cs.237 Posted: Fri Oct 5 02:13:22 1984 Date-Received: Sat, 6-Oct-84 02:13:23 EDT References: <1364@sdcrdcf.UUCP> Organization: U of Maryland, Computer Science Dept., College Park, MD Lines: 22 I took the easy way out, and modified our ``uucp.hourly'' shell script to just invoke uucico multiple times, instead of trying to get uucico -r1 to run for each system that had work. Here are the relevant parts of the script: AWK=/bin/awk CICO=/usr/lib/uucp/uucico GREP=/bin/grep SNAP=/usr/bin/uusnap # poll any sites for which work is spooled for system in `$SNAP | $GREP Cmd | $AWK '{print $1}'` do $CICO -r1 -s$system done -- (This page accidently left blank.) In-Real-Life: Chris Torek, Univ of MD Comp Sci (301) 454-7690 UUCP: {seismo,allegra,brl-bmd}!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@maryland