> > >Hey guys.. > > > >I was looking at this sub, and noticed it calls avpdaemon like > > > >`$avpdaemon_binary $ENV{'TMPDIR'} 2>&1`; > > > >However, if you've messed with aveclient/aveserver, you'll see that > >this does not work. > > > ># /usr/local/kav/bin/aveclient -p /var/run/aveserver -s /tmp > /tmp ERROR > >not a regular file > > > > > > > > OK - that needs to be fixed. You can see why this is in the > contrib/ directory... No-one is really looking after it. > > >But, if you change it like this, it will work... > >`$avpdaemon_binary $ENV{'TMPDIR'}/* 2>&1` > > > > > > > > No good. Potentially that wildcard "*" might need to expand > out to 10,000 files - which the shell can't handle.
Agreed, so a opendir() needs to be done and loop through the files with a $MAXFILES limit in place. > The > recursive option is far better > Recursive option does not work with the client/daemon or I'm missing something... That is my whole delima ;) -d ------------------------------------------------------- This SF.Net email is sponsored by: NEC IT Guy Games. How far can you shotput a projector? How fast can you ride your desk chair down the office luge track? If you want to score the big prize, get to know the little guy. Play to win an NEC 61" plasma display: http://www.necitguy.com/?r _______________________________________________ Qmail-scanner-general mailing list Qmail-scanner-general@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qmail-scanner-general