Resolves: bz 317219
This commit is contained in:
parent
faf169557d
commit
1f757eb499
@ -46,7 +46,7 @@ esac
|
|||||||
RETVAL=0
|
RETVAL=0
|
||||||
|
|
||||||
start() {
|
start() {
|
||||||
if [ -n "$ONESHOT" -a -f /var/lock/irqbalance ]; then
|
if [ -n "$ONESHOT" -a -f /var/lock/subsys/irqbalance ]; then
|
||||||
exit 0
|
exit 0
|
||||||
fi
|
fi
|
||||||
echo -n $"Starting $prog: "
|
echo -n $"Starting $prog: "
|
||||||
@ -58,11 +58,7 @@ start() {
|
|||||||
RETVAL=$?
|
RETVAL=$?
|
||||||
echo
|
echo
|
||||||
if [ $RETVAL -eq 0 ]; then
|
if [ $RETVAL -eq 0 ]; then
|
||||||
if [ -n "$ONESHOT" ]; then
|
|
||||||
touch /var/lock/subsys/irqbalance
|
touch /var/lock/subsys/irqbalance
|
||||||
else
|
|
||||||
touch /var/lock/irqbalance
|
|
||||||
fi
|
|
||||||
fi
|
fi
|
||||||
return $RETVAL
|
return $RETVAL
|
||||||
}
|
}
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
Summary: IRQ balancing daemon.
|
Summary: IRQ balancing daemon.
|
||||||
Name: irqbalance
|
Name: irqbalance
|
||||||
Version: 0.55
|
Version: 0.55
|
||||||
Release: 5%{?dist}
|
Release: 6%{?dist}
|
||||||
Epoch: 2
|
Epoch: 2
|
||||||
Group: System Environment/Base
|
Group: System Environment/Base
|
||||||
License: GPL/OSL
|
License: GPL/OSL
|
||||||
@ -76,6 +76,9 @@ exit 0
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Oct 04 2007 Neil Horman <nhorman@redhat.com> - 2:0.55-6
|
||||||
|
- Fix irqbalance init script (bz 317219)
|
||||||
|
|
||||||
* Fri Sep 28 2007 Neil Horman <nhorman@redhat.com> - 2:0.55-5
|
* Fri Sep 28 2007 Neil Horman <nhorman@redhat.com> - 2:0.55-5
|
||||||
- Install pie patch
|
- Install pie patch
|
||||||
- Grab Ulis cpuparse cleanup (bz 310821)
|
- Grab Ulis cpuparse cleanup (bz 310821)
|
||||||
|
Loading…
Reference in New Issue
Block a user