Request 189 was acted upon.
_________________________________________________________________________
URL: https://rt.openpkg.org/id/189
Ticket: [OpenPKG #189]
Subject: rc %restart
Requestors: [EMAIL PROTECTED]
Queue: openpkg
Owner: Nobody
Status: new
Transaction: Ticket created by thl
Time: Tue Jul 08 10:27:03 2003
_________________________________________________________________________
The %{l_prefix}/etc/rc.d/rc.%{name} scripts for daemons should provide a proper
%restart section which checks 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
it should be shut down (probably using %stop) and started up again (probably using
%start).