70
Kaspersky Anti-Virus
®
5.0 for Linux, FreeBSD and OpenBSD File Server
0
No viruses were detected.
1
Connection with
aveserver
could not be established.
2
Files with code similar to that of known viruses were detected.
3
Objects suspected for virus infection were discovered
4
An infected object was discovered.
5
All found infected objects have been cured successfully.
6
Indefinite scanning result: the file is either password-protected or
encrypted.
7
A system error occurred during the start of the
aveclient
component (file
not found, file inaccessible for reading).
8
Indefinite scanning result: the file is either damaged or an input/output
error occurred.
9
Required parameters missing in the command line.
A.10. A sample script file (
vox.sh
)
for disinfecting
tar
- and
zip
-
archives
#!/bin/sh
TEMP="/tmp/kavtemp"
SPWD=`pwd`
echo $PWD
KAVKAVSCANNER="/opt/kav/bin/kavscanner"
CONF="/etc/kav/kavscanner.conf.in"
name=$1
suf=${name##*.}
echo $suf
bname=${name##/*/}