added ITA Scanner IMC/IMV pair which detects open server ports on TNC clients

This commit is contained in:
Andreas Steffen
2011-07-04 21:40:25 +02:00
parent 956759533f
commit d9cdab9249
15 changed files with 1474 additions and 4 deletions
+10
View File
@@ -227,6 +227,16 @@ then
echo -n " --enable-imv-test" >> $INSTALLSHELL
fi
if [ "$USE_IMC_SCANNER" = "yes" ]
then
echo -n " --enable-imc-scanner" >> $INSTALLSHELL
fi
if [ "$USE_IMV_SCANNER" = "yes" ]
then
echo -n " --enable-imv-scanner" >> $INSTALLSHELL
fi
if [ "$USE_SQL" = "yes" ]
then
echo -n " --enable-sql --enable-sqlite" >> $INSTALLSHELL