Package: clamav-daemon Severity: normal The init script implements the reload action by sending the HUP signal to the daemon and the force-reload action by restarting the daemon. That is incorrect.
The correct behavior, according to policy and LSB, is: * If the daemon supports reloading the configuration without restarting, then force-reload should be the same as reload. * If the daemon does not support reloading the configuration without restarting, then force-reload should be the same as restart, and reload should do nothing. I assume the former is the situation here, so force-reload should do the same as plain reload. (The same issue exists in the init script for clamav-freshclam.) -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

