From c462a3cf088014e096edcc7063497fc845c98145 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Fri, 14 Aug 2009 07:24:57 +0200 Subject: [PATCH] TODO: explain status about OpenRC trigger item. --HG-- extra : convert_revision : 4412fc7b67b6608bf2b0f163cd3863110ef8d759 --- doc/TODO | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/TODO b/doc/TODO index a3ccbbbd494..72c4d4ff7ff 100644 --- a/doc/TODO +++ b/doc/TODO @@ -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.