Add sa-compile to needed debian packages. Some fixes in summary output.
This commit is contained in:
parent
2c826fd75d
commit
4ac00e1377
@ -653,7 +653,7 @@ echo -e "\tIPv4 address...........................: $IPV4"
|
||||
echo -e "\tIPv6 address...........................: $IPV6"
|
||||
echo -e "\tQuarantine Directory ..................: $QUARANTINE_DIR"
|
||||
echo ""
|
||||
echo -e "\tInstall ClamAv Unoffical Sigs .........: $QUARANTINE_DIR"
|
||||
echo -e "\tInstall ClamAv Unoffical Sigs .........: $INSTALL_CLAMAV_UNOFFICIAL_SIGS"
|
||||
if $INSTALL_CLAMAV_UNOFFICIAL_SIGS ; then
|
||||
echo -e "\tInstall Signatures from MalwarePatrol..: $MALWARE_PATROL_IN_USE"
|
||||
if $MALWARE_PATROL_IN_USE ; then
|
||||
@ -666,7 +666,7 @@ if $INSTALL_CLAMAV_UNOFFICIAL_SIGS ; then
|
||||
fi
|
||||
fi
|
||||
echo ""
|
||||
echo -e "\tDatabase in use........................: $INSTALL_CLAMAV_UNOFFICIAL_SIGS"
|
||||
echo -e "\tDatabase in use........................: $DB_IN_USE"
|
||||
if $DB_IN_USE ; then
|
||||
echo -e "\t Database type.......................: $DB_TYPE"
|
||||
echo -e "\t Database host.......................: $DB_HOST"
|
||||
@ -849,7 +849,10 @@ echo
|
||||
echo -e "\033[37m\033[1mGoing to install Spamassassin..\033[m"
|
||||
echo
|
||||
echononl " Install packages needed for Spamassassin"
|
||||
_needed_packages_spamassassin="spamassassin razor \
|
||||
_needed_packages_spamassassin="
|
||||
spamassassin \
|
||||
sa-compile \
|
||||
razor \
|
||||
pyzor \
|
||||
libio-socket-ssl-perl \
|
||||
libdbi-perl \
|
||||
|
Loading…
Reference in New Issue
Block a user