Resolves: bz476179
This commit is contained in:
parent
ee6e3ba377
commit
978a7f1ad7
@ -23,12 +23,6 @@
|
|||||||
|
|
||||||
prog="irqbalance"
|
prog="irqbalance"
|
||||||
|
|
||||||
# Check that networking is up.
|
|
||||||
if [ "$NETWORKING" = "no" ]
|
|
||||||
then
|
|
||||||
exit 0
|
|
||||||
fi
|
|
||||||
|
|
||||||
[ -f /usr/sbin/irqbalance ] || exit 0
|
[ -f /usr/sbin/irqbalance ] || exit 0
|
||||||
|
|
||||||
# fetch configuration if it exists
|
# fetch configuration if it exists
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: IRQ balancing daemon.
|
Summary: IRQ balancing daemon.
|
||||||
Name: irqbalance
|
Name: irqbalance
|
||||||
Version: 0.55
|
Version: 0.55
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPLv2
|
License: GPLv2
|
||||||
@ -78,6 +78,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Fri Dec 12 2008 Neil Norman <nhorman@redhat.com> - 2:0.55-12
|
||||||
|
- Remove odd Netorking dependence from irqbalance (bz 476179)
|
||||||
|
|
||||||
* Fri Aug 01 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:0.55-11
|
* Fri Aug 01 2008 Tom "spot" Callaway <tcallawa@redhat.com> - 2:0.55-11
|
||||||
- fix license tag
|
- fix license tag
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user