Gentoo Archives: gentoo-commits

From: "Diego Petteno (flameeyes)" <flameeyes@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/irqbalance/files: irqbalance.init.2
Date: Fri, 06 Apr 2012 18:03:52
Message-Id: 20120406180329.9ADEB2004B@flycatcher.gentoo.org
1 flameeyes 12/04/06 18:03:29
2
3 Added: irqbalance.init.2
4 Log:
5 Version bump, reduce init script.
6
7 (Portage version: 2.2.0_alpha99/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 sys-apps/irqbalance/files/irqbalance.init.2
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init.2?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init.2?rev=1.1&content-type=text/plain
14
15 Index: irqbalance.init.2
16 ===================================================================
17 #!/sbin/runscript
18 # Copyright 1999-2012 Gentoo Foundation
19 # Distributed under the terms of the GNU General Public License, v2 or later
20 # $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init.2,v 1.1 2012/04/06 18:03:29 flameeyes Exp $
21
22 depend() {
23 need localmount
24 after bootmisc
25 }
26
27 command="/usr/sbin/irqbalance"
28 command_args="${IRQBALANCE_OPTS}"