From d9cdab9249c885b7e5eac50e74ceddbda58dd8d0 Mon Sep 17 00:00:00 2001 From: Andreas Steffen Date: Mon, 4 Jul 2011 21:40:25 +0200 Subject: added ITA Scanner IMC/IMV pair which detects open server ports on TNC clients --- testing/scripts/build-umlrootfs | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'testing/scripts/build-umlrootfs') diff --git a/testing/scripts/build-umlrootfs b/testing/scripts/build-umlrootfs index 03ef748fc..75fe5c69f 100755 --- a/testing/scripts/build-umlrootfs +++ b/testing/scripts/build-umlrootfs @@ -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 -- cgit v1.2.3