uuque - Bug fix #1
sources-request at genrad.UUCP
sources-request at genrad.UUCP
Sat Nov 3 00:44:13 AEST 1984
From: amd!turtlevax!ken (Ken Turkowski)
There is a bug in uuque, which I posted a week or so back in
mod.sources. It manifests itself only on incoming uucp work (rarer
than outgoing) where sometimes one gets a lot of incomprehensible
numbers. Under the section:
# Check for incoming work
The following changes should be made:
F)
if test -f D./$arg1
then
dfile=D./$arg1
> elif test -f D.$LUUNAME/$arg1
> then
> dfile=D.$LUUNAME/$arg1
elif test -f XTMP/$arg2
then
dfile=XTMP/$arg2
comment="[EXECUTING]"
else
continue 2
fi
;;
More information about the Mod.sources
mailing list