Changed the F-PROT scanner name into fpscan

This commit is contained in:
Michiel Broek 2007-10-14 14:37:14 +00:00
parent 75db7c2fa9
commit 0fa2c6e0b1
4 changed files with 5 additions and 4 deletions

View File

@ -14,6 +14,7 @@ v0.91.13 12-Oct-2007
mbsetup:
Blocked selection of FTN and Usenet moderated message areas.
Changed the F-PROT scanner name into fpscan.
v0.91.12 24-Sep-2007 - 12-Oct-2007

4
configure vendored
View File

@ -9425,8 +9425,8 @@ echo "${ECHO_T}no" >&6; }
fi
# Extract the first word of "f-prot", so it can be a program name with args.
set dummy f-prot; ac_word=$2
# Extract the first word of "fpscan", so it can be a program name with args.
set dummy fpscan; ac_word=$2
{ echo "$as_me:$LINENO: checking for $ac_word" >&5
echo $ECHO_N "checking for $ac_word... $ECHO_C" >&6; }
if test "${ac_cv_path_FPROT+set}" = set; then

View File

@ -264,7 +264,7 @@ AC_PATH_PROG(UNZIP,unzip)
AC_PATH_PROG(ZOO,zoo)
AC_PATH_PROG(HA,ha)
AC_PATH_PROG(ANTIVIR,antivir)
AC_PATH_PROG(FPROT,f-prot)
AC_PATH_PROG(FPROT,fpscan)
AC_PATH_PROG(UVSCAN,uvscan)
AC_PATH_PROG(CLAMAV,clamscan)
AC_PATH_PROG(RB,rb)

View File

@ -82,7 +82,7 @@ int CountVirus(void)
snprintf(virscan.scanner, 65, "%s .", _PATH_FPROT);
virscan.available = TRUE;
} else {
snprintf(virscan.scanner, 65, "/usr/local/bin/f-prot .");
snprintf(virscan.scanner, 65, "/usr/local/bin/fpscan .");
virscan.available = FALSE;
}
snprintf(virscan.options, 65, "-archive -silent");