4.2bsd uucico LOST LINE bug
Chris Torek
chris at umcp-cs.UUCP
Fri Oct 5 16:13:22 AEST 1984
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 at umcp-cs ARPA: chris at maryland
More information about the Comp.unix.wizards
mailing list