Chris, I think you did this: #define is_download_action(pkg) \ ((pkg)->action == ACTION_PREV || \ (pkg)->action == ACTION_CURR || \ (pkg)->action == ACTION_TEST || \ (pkg)->action == ACTION_REDO || \ (pkg)->action == ACTION_SRC_ONLY)
The result is that selecting "reinstall" for an install-from-net downloads the package again. Is that deliberate, or a side effect of accomodating downloading the package for download-only installs? Rob
