diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-01-08 09:53:49 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-01-08 09:53:49 +0000 |
commit | 8b10ca22e8e782e5d141138ae3e919f8d915ad31 (patch) | |
tree | 8dd07a7c56795542328604f61d7baca4957ad35c /sys-apps/irqbalance | |
parent | old (diff) | |
download | gentoo-2-8b10ca22e8e782e5d141138ae3e919f8d915ad31.tar.gz gentoo-2-8b10ca22e8e782e5d141138ae3e919f8d915ad31.tar.bz2 gentoo-2-8b10ca22e8e782e5d141138ae3e919f8d915ad31.zip |
Update .service file path as well.
(Portage version: 2.2.0_alpha84/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/irqbalance')
-rw-r--r-- | sys-apps/irqbalance/ChangeLog | 5 | ||||
-rw-r--r-- | sys-apps/irqbalance/files/irqbalance.service | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sys-apps/irqbalance/ChangeLog b/sys-apps/irqbalance/ChangeLog index e90c67166313..285755bf4c37 100644 --- a/sys-apps/irqbalance/ChangeLog +++ b/sys-apps/irqbalance/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-apps/irqbalance # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.37 2012/01/07 22:04:49 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/ChangeLog,v 1.38 2012/01/08 09:53:49 mgorny Exp $ + + 08 Jan 2012; Michał Górny <mgorny@gentoo.org> files/irqbalance.service: + Update .service file path as well. 07 Jan 2012; Mike Frysinger <vapier@gentoo.org> irqbalance-1.0.2-r1.ebuild, files/irqbalance.init: diff --git a/sys-apps/irqbalance/files/irqbalance.service b/sys-apps/irqbalance/files/irqbalance.service index 567d7af8bbb3..b7b589f2294c 100644 --- a/sys-apps/irqbalance/files/irqbalance.service +++ b/sys-apps/irqbalance/files/irqbalance.service @@ -2,7 +2,7 @@ Description=CPU Interrupt Balancer [Service] -ExecStart=/sbin/irqbalance --debug +ExecStart=/usr/sbin/irqbalance --debug # --debug implies a lot of cruft # but it's the only way to get foregrounding StandardOutput=null |