Resolves: bz 219301

This commit is contained in:
Neil Horman 2006-12-12 16:43:01 +00:00
parent e30c89cf9e
commit 3d1df80b6e
2 changed files with 7 additions and 3 deletions

View File

@ -49,7 +49,7 @@ start() {
echo -n $"Starting $prog: " echo -n $"Starting $prog: "
if [ -n "$IRQ_AFFINITY_MASK" ]; if [ -n "$IRQ_AFFINITY_MASK" ];
then then
export IRQBALANCE_BANNED_CPUS=$IRQ_AFFINITY_MASK" export IRQBALANCE_BANNED_CPUS=$IRQ_AFFINITY_MASK
fi fi
daemon irqbalance $ONESHOT $IRQ_AFFINITY daemon irqbalance $ONESHOT $IRQ_AFFINITY
RETVAL=$? RETVAL=$?
@ -99,6 +99,7 @@ case "$1" in
*) *)
echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}" echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}"
exit 1 exit 1
;;
esac esac
exit $? exit $?

View File

@ -1,7 +1,7 @@
Summary: IRQ balancing daemon. Summary: IRQ balancing daemon.
Name: irqbalance Name: irqbalance
Version: 0.55 Version: 0.55
Release: 1%{?dist} Release: 2%{?dist}
Epoch: 2 Epoch: 2
Group: System Environment/Base Group: System Environment/Base
License: GPL/OSL License: GPL/OSL
@ -70,7 +70,10 @@ exit 0
%changelog %changelog
* Mon Dec 12 2006 Neil Horman <nhorman@redhat.com> - 0.55-1 * Tue Dec 12 2006 Neil Horman <nhorman@redhat.com> - 0.55-2
- Fixing typos in spec file (bz 219301)
* Tue Dec 12 2006 Neil Horman <nhorman@redhat.com> - 0.55-1
- Updating to version 0.55 - Updating to version 0.55
* Mon Dec 11 2006 Neil Horman <nhorman@redhat.com> - 0.54-1 * Mon Dec 11 2006 Neil Horman <nhorman@redhat.com> - 0.54-1