Lines Matching refs:CUR_MODULE
369 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" 2>/dev/null`
371 echo "$CUR_MODULE" >> "$CONFIG_DIR/$CONFIG_FILES"
375 for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
377 mod_${CUR_MODULE}_install
379 info "Error: Failed to install module \"$CUR_MODULE\""
411 for CUR_MODULE in ${INSTALLATION_MODULES_LIST}
413 echo "`mod_${CUR_MODULE}_config_save`" >> "$CONFIG_DIR/$CONFIG"
470 for CUR_MODULE in `find "$INSTALLATION_MODULES_DIR" -name "module-*" 2>/dev/null`
472 . "\$CUR_MODULE"
479 for CUR_MODULE in "$INSTALLATION_MODULES_LIST"
481 if test -z "\$CUR_MODULE"; then
484 mod_\${CUR_MODULE}_pre_uninstall
486 echo 1>&2 "Module \"\$CUR_MODULE\" failed to initialize uninstallation"
492 for CUR_MODULE in "$INSTALLATION_MODULES_LIST"
494 if test -z "\$CUR_MODULE"; then
497 mod_\${CUR_MODULE}_uninstall
499 echo 1>&2 "Module \"\$CUR_MODULE\" failed to uninstall"