Resolves: bz 219301
This commit is contained in:
parent
e30c89cf9e
commit
3d1df80b6e
@ -49,7 +49,7 @@ start() {
|
||||
echo -n $"Starting $prog: "
|
||||
if [ -n "$IRQ_AFFINITY_MASK" ];
|
||||
then
|
||||
export IRQBALANCE_BANNED_CPUS=$IRQ_AFFINITY_MASK"
|
||||
export IRQBALANCE_BANNED_CPUS=$IRQ_AFFINITY_MASK
|
||||
fi
|
||||
daemon irqbalance $ONESHOT $IRQ_AFFINITY
|
||||
RETVAL=$?
|
||||
@ -99,6 +99,7 @@ case "$1" in
|
||||
*)
|
||||
echo $"Usage: $0 {start|stop|status|restart|reload|condrestart}"
|
||||
exit 1
|
||||
;;
|
||||
esac
|
||||
|
||||
exit $?
|
||||
|
@ -1,7 +1,7 @@
|
||||
Summary: IRQ balancing daemon.
|
||||
Name: irqbalance
|
||||
Version: 0.55
|
||||
Release: 1%{?dist}
|
||||
Release: 2%{?dist}
|
||||
Epoch: 2
|
||||
Group: System Environment/Base
|
||||
License: GPL/OSL
|
||||
@ -70,7 +70,10 @@ exit 0
|
||||
|
||||
|
||||
%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
|
||||
|
||||
* Mon Dec 11 2006 Neil Horman <nhorman@redhat.com> - 0.54-1
|
||||
|
Loading…
Reference in New Issue
Block a user