Request 190 was acted upon. _________________________________________________________________________
URL: https://rt.openpkg.org/id/190 Ticket: [OpenPKG #190] Subject: spec %preun daemon shut down Requestors: [EMAIL PROTECTED] Queue: openpkg Owner: Nobody Status: new Transaction: Ticket created by thl Time: Tue Jul 08 10:29:32 2003 _________________________________________________________________________ The %preun sections for daemons should properly check if the daemon is up and running (using %status, see https://rt.openpkg.org/Ticket/Display.html?id=188) and only in the case it is running the daemon should be shut down (probably using %stop from the %{l_prefix}/etc/rc.d/rc.%{name} script) before the package is erased (uninstalled).