The Kavupdater Component Return Codes; A Sample Script File (Vox.sh) For Disinfecting Tar- And Zip-Archives - KAPERSKY ANTI-VIRUS 5.0 - FOR LINUX FREEBSD-OPENBSD MAIL SERVER Administrator's Manual

Hide thumbs Also See for ANTI-VIRUS 5.0 - FOR LINUX FREEBSD-OPENBSD MAIL SERVER:
Table of Contents

Advertisement

123
A.11. The kavupdater component
return codes
During its work the kavupdater component can return the following codes:
0
No anti-virus database updating is required.
1
The anti-virus database updated successfully.
35
Failed to update the anti-virus database from all the update servers.
64
The license information is missing or no license key was found at the
path specified in the configuration file.
70
Unable to create the directory for temporary files.
74
The Wget program was not found.
75
Unable to load the configuration file or an error in its parameters.
A.12. A sample script file (
for disinfecting
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##/*/}
sname=${bname%%.*}
Kaspersky Anti-Virus for Unix Mail Servers
vox.sh
tar
- and
)
zip
-

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the ANTI-VIRUS 5.0 - FOR LINUX FREEBSD-OPENBSD MAIL SERVER and is the answer not in the manual?

Table of Contents