public inbox for cygwin@cygwin.com
 help / color / mirror / Atom feed
From: "Hannu E K Nevalainen \(garbage mail\)" <garbage_collector@telia.com>
To: <cygwin@cygwin.com>
Subject: SUGGESTION wrt preremove / postinstall / preinstall  (RE: [FAQ] Packages reported as "Incomplete" by "cygcheck -c")
Date: Sun, 21 Sep 2003 22:51:00 -0000	[thread overview]
Message-ID: <NGBBLLIAMFLGJEOAJCCEIEGCDEAA.garbage_collector@telia.com> (raw)
In-Reply-To: <Pine.GSO.4.56.0309151259140.12411@slinky.cs.nyu.edu>

> From: Igor Pechtchanski
> Sent: Monday, September 15, 2003 7:18 PM

<SNIP>
> 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/

  reply	other threads:[~2003-09-21 22:26 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2003-09-15 17:18 [FAQ] Packages reported as "Incomplete" by "cygcheck -c" Igor Pechtchanski
2003-09-21 22:51 ` Hannu E K Nevalainen (garbage mail) [this message]
2003-09-21 23:21   ` SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ] Packages reported as "Incomplete" by "cygcheck -c") Igor Pechtchanski
2003-09-22  3:52     ` Robert Collins
2003-09-22  8:55       ` SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ]Packages " Hannu E K Nevalainen (garbage mail)
2003-09-22 10:02         ` Robert Collins
2003-09-22  9:00     ` SUGGESTION wrt preremove / postinstall / preinstall (RE: [FAQ] Packages " Hannu E K Nevalainen (garbage mail)

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=NGBBLLIAMFLGJEOAJCCEIEGCDEAA.garbage_collector@telia.com \
    --to=garbage_collector@telia.com \
    --cc=cygwin@cygwin.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).