Changed the F-PROT scanner name into fpscan
This commit is contained in:
parent
75db7c2fa9
commit
0fa2c6e0b1
@ -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
4
configure
vendored
@ -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
|
||||
|
@ -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)
|
||||
|
@ -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");
|
||||
|
Reference in New Issue
Block a user