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