From: vadym.yatsenko@cranepi.com
To: openembedded-core@lists.openembedded.org
Subject: Re: [PATCH 1/2] classes/package_rpm: disable uninstall scripts for upgrades
Date: Thu, 02 Nov 2023 03:20:04 -0700 [thread overview]
Message-ID: <27851.1698920404818040119@lists.openembedded.org> (raw)
In-Reply-To: <80a2356434387648ef7903c88fbfa64edfeca880.1320839130.git.paul.eggleton@linux.intel.com>
[-- Attachment #1: Type: text/plain, Size: 661 bytes --]
I understand that this patch is pretty old.
But, we having issues because of it.
According to the description it is intended to fix some problems for RPM systems.
We are using DEB packages and this patch is preventing to update rc.d scripts if new version of the package has updates in it.
Particularly, the new script is intended to be run with a different boot priority: 'start' directive to update-rc.d.
The problem is that during upgrade an old symlinks to rc* directories are not removed because of this condition added by wrap_uninstall().
And as a result update-rc.d is failing to update init scripts in rc* folders. Because old are existing.
[-- Attachment #2: Type: text/html, Size: 693 bytes --]
next prev parent reply other threads:[~2023-11-02 10:20 UTC|newest]
Thread overview: 8+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-11-09 12:05 [PATCH 0/2] RPM/upgrade fixes Paul Eggleton
2011-11-09 12:05 ` [PATCH 1/2] classes/package_rpm: disable uninstall scripts for upgrades Paul Eggleton
2011-11-09 18:55 ` Mark Hatle
2023-11-02 10:20 ` vadym.yatsenko [this message]
2011-11-09 12:05 ` [PATCH 2/2] busybox: add grep to temporary links during uninstall Paul Eggleton
2011-11-09 19:28 ` Paul Menzel
2011-11-10 10:07 ` Paul Eggleton
2011-11-10 12:25 ` [PATCH 0/2] RPM/upgrade fixes Richard Purdie
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=27851.1698920404818040119@lists.openembedded.org \
--to=vadym.yatsenko@cranepi.com \
--cc=openembedded-core@lists.openembedded.org \
/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