Description of problem: Testing init script according to guidelines at [1],[2],[3] shows that auditd does not recognize force-reload (and also optional action "try-restart") actions, required by LSB[3]. Version-Release number of selected component (if applicable): audit RPM version: 2.0-3.fc12 Actual results: # service auditd force-reload ; echo $? Usage: /etc/init.d/auditd {start|stop|status|restart|condrestart|reload|rotate|resume} 3 # service auditd try-restart ; echo $? Usage: /etc/init.d/auditd {start|stop|status|restart|condrestart|reload|rotate|resume} 3 Expected results: recognize the force-reload action and according to [1] do: * force-reload: "force-reload cause the configuration to be reloaded if the service supports this, otherwise restart the service if it is running." * try-restart: "try-restart restart the service if the service is already running" Additional info: [1] - https://fedoraproject.org/wiki/FCNewInit/Initscripts [2] - https://fedoraproject.org/wiki/Packaging/SysVInitScript [3] - http://refspecs.linux-foundation.org/LSB_3.2.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
The init script was changed upstream. https://fedorahosted.org/audit/changeset/315 Will push into rawhide before the freeze.
Audit-2.0.1 was built into rawhide and should fix this issue. If not, please re-open the bug. Thanks for reporting it.