Resolves: bz521246

This commit is contained in:
Neil Horman 2009-09-04 15:54:13 +00:00
parent be05693b12
commit c58affe7ed
2 changed files with 6 additions and 3 deletions

View File

@ -79,14 +79,14 @@ case "$1" in
status)
status irqbalance
;;
restart|reload)
restart|reload|force-reload)
restart
;;
condrestart)
[ -f /var/lock/subsys/irqbalance ] && restart || :
;;
*)
echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}"
echo $"Usage: $0 {start|stop|status|restart|reload|condrestart|force-reload}"
exit 1
;;
esac

View File

@ -1,7 +1,7 @@
Summary: IRQ balancing daemon
Name: irqbalance
Version: 0.55
Release: 23%{?dist}
Release: 24%{?dist}
Epoch: 2
Group: System Environment/Base
License: GPLv2
@ -82,6 +82,9 @@ exit 0
%changelog
* Fri Sep 04 2009 Neil Horman <nhorman@redhat.com> - 2:0.55-24
- Fixing irqbalance initscript (bz 521246)
* Wed Sep 02 2009 Neil Horman <nhorman@redhat.com> - 2:0.55-23
- Fixing BuildRequires for new config script