From 6cd6ba9172ae7be86fe71440c94e2e92db0c45720debad7215f44090ade423f5 Mon Sep 17 00:00:00 2001 From: Thomas Renninger Date: Mon, 25 Jun 2012 15:03:01 +0000 Subject: [PATCH] - Correct bogus /etc/sysconfig/irqbalance comment: Service is started as daemon by default, on single and multi core systems OBS-URL: https://build.opensuse.org/package/show/Base:System/irqbalance?expand=0&rev=23 --- irqbalance.changes | 7 +++++++ irqbalance.spec | 5 ++--- sysconfig.irqbalance | 3 +-- 3 files changed, 10 insertions(+), 5 deletions(-) diff --git a/irqbalance.changes b/irqbalance.changes index 56fcbc5..cba5ffe 100644 --- a/irqbalance.changes +++ b/irqbalance.changes @@ -1,3 +1,10 @@ +------------------------------------------------------------------- +Mon Jun 25 15:01:39 UTC 2012 - trenn@suse.de + +- Correct bogus /etc/sysconfig/irqbalance comment: + Service is started as daemon by default, on single and multi core + systems + ------------------------------------------------------------------- Wed May 9 15:28:56 UTC 2012 - trenn@suse.de diff --git a/irqbalance.spec b/irqbalance.spec index 0ea4c97..04fd0c0 100644 --- a/irqbalance.spec +++ b/irqbalance.spec @@ -16,14 +16,13 @@ # - Name: irqbalance Version: 1.0.3 Release: 0 -License: GPL-2.0+ Summary: Balance IRQs on SMP Machines -Url: http://code.google.com/p/irqbalance +License: GPL-2.0+ Group: System/Daemons +Url: http://code.google.com/p/irqbalance Source: %{name}-%{version}.tar.bz2 Source2: irq_balancer Source3: sysconfig.irqbalance diff --git a/sysconfig.irqbalance b/sysconfig.irqbalance index 9012983..4cd80fe 100644 --- a/sysconfig.irqbalance +++ b/sysconfig.irqbalance @@ -15,8 +15,7 @@ IRQBALANCE_BANNED_CPUS="" # # Instead of running as daemon, the IRQ balancer just does a setup # once and then exits. "auto" is the default behaviour which means that -# one socket but multi core CPUs get a oneshot setup. "enabled" always -# enables oneshot mode, regardless of the CPUs. +# the service is started as daemon. # IRQBALANCE_ONESHOT=auto