SV: Fix in uvscan/autoupdate
Julian Field
mailscanner at ecs.soton.ac.uk
Mon Sep 23 22:58:25 IST 2002
At 17:59 23/09/2002, you wrote:
>As the bad perl knowledge I got I need to ask where these
>lines are supposed to be in the script?
Around line 66 as it says at the start of the patch.
>/Anders
>
> > -----Ursprungligt meddelande-----
> > Från: Julian Field [mailto:mailscanner at ECS.SOTON.AC.UK]
> > Skickat: den 23 september 2002 18:11
> > Till: MAILSCANNER at JISCMAIL.AC.UK
> > Ämne: Fix in uvscan/autoupdate
> >
> >
> > There appears to have been a change in the syntax of the McAfee uvscan
> > program, which means that the "autoupdate" script for it will
> > bail out with
> > a "no target specified for scanning" error.
> >
> > To fix this, just apply this tiny change to uvscan/autoupdate (or
> > lib/mcafee-autoupdate in V4).
> >
> > --- autoupdate.old Mon Sep 23 11:01:01 2002
> > +++ autoupdate Mon Sep 23 11:11:31 2002
> > @@ -66,7 +66,7 @@
> > # to see if the new dat's are o.k attempt to run mcafee
> > with them and
> > # check for errors
> > print STDERR "About to run mcafee\n";
> > -open(MCAFEETEST, "$mcafee -d $mcafeeroot | ");
> > +open(MCAFEETEST, "$mcafee -d $mcafeeroot . | ");
> > print STDERR "Running mcafee\n";
> > while(<MCAFEETEST>){
> > chomp;
> > --
> > Julian Field Teaching Systems Manager
> > jkf at ecs.soton.ac.uk Dept. of Electronics & Computer Science
> > Tel. 023 8059 2817 University of Southampton
> > Southampton SO17 1BJ
> >
--
Julian Field Teaching Systems Manager
jkf at ecs.soton.ac.uk Dept. of Electronics & Computer Science
Tel. 023 8059 2817 University of Southampton
Southampton SO17 1BJ
More information about the MailScanner
mailing list