This is a well known DrWeb antivirus suite for FreeBSD/i386 machines. It is much alike traditional DrWeb for DOS, but in addition to virus disk scanner it includes DrWeb daemon, which can serve requests from network making this suite very flexible for many purposes, such as mail filtering or powerful dedicated antivirus servers. Provided in pkg/18106 by Mishka (needs some work, see TODO).
6 lines
216 B
Bash
6 lines
216 B
Bash
#!@SH@
|
|
#
|
|
# This file used for start drweb daemon with default path to ini file.
|
|
# $NetBSD: drwebd-nb.sh,v 1.1.1.1 2003/04/10 18:51:56 jmmv Exp $
|
|
|
|
exec @PREFIX@/sbin/drwebd-fbsd -ini:@PKG_SYSCONFDIR@/drweb32.ini "$@"
|