clamav-getfiles(8)
NAME
clamav-getfiles - preliminary manpage
DOCUMENTATION
- clamav-getfiles is a script that uses freshclam to down
- load current virus databases from the clamav web site and pack
- ages them up to a clamav-data.deb package for installation on a
- system that cannot do the download for itself or for local dis
- tribution.
- clamav-getfiles doesn't take any parameters.
- It places the .deb file and accompanying source package in
- the current directory.
ENVIRONMENT
- The following environment variables can be used to control
- the package build process:
- CLAMSCAN - Path to the clamscan binary. Default: $(which
- clamscan)
- FRESHCLAM - Path to the freshclam binary. Default:
- /usr/share/clamav-getfiles/freshclam-wrapper
- SIGTOOL - Path to the sigtool binary. Default: $(which
- sigtool)
- DEBHELPERVERSION - Version of Debhelper to have clamav-da
- ta build depend on. Default: Hardcoded into the script.
- DISTRIBUTION - Distribution to put in the changelog. De
- fault: local
- PURGEAFTERBUILD - delete package build directory after
- package build. Default: yes.
- AUTOGENWARNING - Warning to put into the package descrip
- tion. If "none", no warning is included. Default: Warning text
- hardcoded into the script.
EXIT CODES
0 - Package built successfully.
1 - An error has happened during database download.
2 - Package didn't pass verification tests.
3 - An error has happened during package build.
- 10 - No new databases have been found, no new package
- built.
BUGS
Many. Be prepared to debug.
AUTHOR
- clamav-getfiles and this manpage was written by Marc
- Haber.
- clamav-getfiles 2007-01-20 CLA