/usr/local/uvscan/uvscan: No such file or directory
Even an strace didn't help: I hope later versions are better - but to get this version to work (v4.0.4), I had to create a few symlinks to emulate old files.
I set up this script to be called from cron to update the .dat files with the latest virus signatures:
#!/bin/sh
cd /usr/local/uvscan
rm dat-*.tar > /dev/null
ftp -n ftp.nai.com > /dev/null << EOF
user anonymous ian@
cd pub/antivirus/datfiles/4.x
bin
prompt
mget dat-*.tar
bye
EOF
file=`ls -1t dat-*.tar`
tar xf ${file}
./uvscan --version
Last modified: Wednesday, December 31 1969 @ 19:00 EST
© Ian Samuel, 2010 http://braindump.MrZesty.net |