TODO: explain status about OpenRC trigger item.

--HG--
extra : convert_revision : 4412fc7b67b6608bf2b0f163cd3863110ef8d759
This commit is contained in:
Juan RP 2009-08-14 07:24:57 +02:00
parent 2843dcf4ff
commit c462a3cf08

View file

@ -10,8 +10,9 @@ Packages:
* Add a trigger to (un)register users/groups. Currently packages that
require user/groups use custom INSTALL/REMOVE scripts, which adds
a lot of duplicated work.
* Add a trigger to stop/start package's OpenRC service while upgrading
or removing a package.
* Add support to stop and restart package's OpenRC service while
removing and upgrading a package.
[PARTIAL: at pre-remove the services are stopped but not yet restarted]
* How to handle kernel package upgrades? dpkg seems to keep previous
package and its initramfs, and a dummy package depends on the latest one.
I think this is the best option.