diff --git a/irqbalance.init b/irqbalance.init index 31bd8fb..90c9baf 100755 --- a/irqbalance.init +++ b/irqbalance.init @@ -1,12 +1,15 @@ #! /bin/sh -# -# irqbalance Start/Stop irq balancing daemon -# +### BEGIN INIT INFO +# Provides: irqbalance +# Default-Start: 3 4 5 +# Default-Stop: 0 1 6 +# Short-Description: start and stop irqbalance daemon +# Description: The irqbalance daemon will distribute interrupts across +# the cpus on a multiprocessor system with the purpose of +# spreading the load +# +### END INIT INFO # chkconfig: 2345 13 87 -# description: The irqbalance daemon will distribute interrupts across \ -# the cpus on a multiprocessor system with the purpose of \ -# spreading the load. \ -# processname: irqbalance # This is an interactive program, we need the current locale diff --git a/irqbalance.spec b/irqbalance.spec index ba20aff..67dd13f 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -1,7 +1,7 @@ Summary: IRQ balancing daemon. Name: irqbalance Version: 0.55 -Release: 2%{?dist} +Release: 3%{?dist} Epoch: 2 Group: System Environment/Base License: GPL/OSL @@ -70,6 +70,9 @@ exit 0 %changelog +* Thu Jul 05 2007 Neil Horman - 0.55.3 +- Fixing LSB requirements (bz 246959) + * Tue Dec 12 2006 Neil Horman - 0.55-2 - Fixing typos in spec file (bz 219301)