From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 6236 invoked by alias); 21 Sep 2003 22:26:19 -0000 Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner@cygwin.com Mail-Followup-To: cygwin@cygwin.com Received: (qmail 6218 invoked from network); 21 Sep 2003 22:26:16 -0000 Received: from unknown (HELO smtp7.hy.skanova.net) (195.67.199.140) by sources.redhat.com with SMTP; 21 Sep 2003 22:26:16 -0000 Received: from P450 (t6o73p94.telia.com [213.64.24.214]) by smtp7.hy.skanova.net (8.12.10/8.12.10) with SMTP id h8LMQFK2003181 for ; Mon, 22 Sep 2003 00:26:15 +0200 (CEST) From: "Hannu E K Nevalainen \(garbage mail\)" To: Subject: SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ] Packages reported as "Incomplete" by "cygcheck -c") Date: Sun, 21 Sep 2003 22:51:00 -0000 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal Importance: Normal In-Reply-To: X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-SW-Source: 2003-09/txt/msg01373.txt.bz2 > From: Igor Pechtchanski > Sent: Monday, September 15, 2003 7:18 PM > Q: Why are "apache" and "mod_*" packages reported as "Incomplete"? > A: The "apache" and "mod_*" packages use a postinstall script that renames > an originally installed directory. Therefore, that directory is not > found by "cygcheck -c". Suggestions on how to deal with this are > welcome (patches doubly so ;-)). Suggestion: post/preinstall scripts that MOVE or RENAME files must "retain the filename" i.e. $ mv prev-name new-name $ ln -s prev-name new-name preremove script: $ rm prev-name $ rm new-name Would this work? Could at least be a "interrim solution", don't you think? Is it possible to list (add) a filename in the archive in some way? (HOW?) /Hannu E K Nevalainen, B.Sc. EE - 59?16.37'N, 17?12.60'E -- UTC+01, DST -> UTC+02 -- --END OF MESSAGE-- -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/