more trimming away of ignet stuffs
[citadel.git] / citadel / scripts / mk_module_init.sh
index ade4e96986fcdaa56253eda7f0b00e008a4770c5..3d684df2b54384390ff1c5ef1c5cfd65fede31be 100755 (executable)
@@ -30,7 +30,7 @@ U_FILE="$CUR_DIR/modules_upgrade.c"
 
 /usr/bin/printf "Scanning extension modules for entry points.\n"
 
-STATIC_FIRST_MODULES="control modules euidindex msgbase nttlist database"
+STATIC_FIRST_MODULES="control modules euidindex msgbase database"
 DYNAMIC_MODULES=`grep CTDL_MODULE_INIT modules/*/*.c |$SED 's;.*(\(.*\));\1;'`
 if test -d user_modules; then 
     USER_MODULES=`grep CTDL_MODULE_INIT user_modules/*/*.c |$SED 's;.*(\(.*\));\1;'`