Mailing-List: contact cygwin-apps-help AT sourceware DOT cygnus DOT com; run by ezmlm Sender: cygwin-apps-owner AT sourceware DOT cygnus DOT com List-Subscribe: List-Archive: List-Post: List-Help: , Delivered-To: mailing list cygwin-apps AT sources DOT redhat DOT com Message-ID: <028101c16aa5$51158f00$0200a8c0@lifelesswks> From: "Robert Collins" To: Subject: reinstall downloads Date: Sun, 11 Nov 2001 22:33:45 +1100 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2600.0000 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-OriginalArrivalTime: 11 Nov 2001 11:43:53.0501 (UTC) FILETIME=[237414D0:01C16AA6] 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