Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/irqbalance/files: irqbalance.init
Date: Sat, 07 Jan 2012 22:04:58
Message-Id: 20120107220449.513802004C@flycatcher.gentoo.org
1 vapier 12/01/07 22:04:49
2
3 Modified: irqbalance.init
4 Log:
5 Move irqbalance to /usr #398065 by Michał Górny.
6
7 (Portage version: 2.2.0_alpha81/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.5 sys-apps/irqbalance/files/irqbalance.init
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init?rev=1.5&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init?rev=1.5&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init?r1=1.4&r2=1.5
15
16 Index: irqbalance.init
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init,v
19 retrieving revision 1.4
20 retrieving revision 1.5
21 diff -u -r1.4 -r1.5
22 --- irqbalance.init 5 Nov 2011 17:59:25 -0000 1.4
23 +++ irqbalance.init 7 Jan 2012 22:04:49 -0000 1.5
24 @@ -1,7 +1,7 @@
25 #!/sbin/runscript
26 -# Copyright 1999-2011 Gentoo Foundation
27 +# Copyright 1999-2012 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License, v2 or later
29 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init,v 1.4 2011/11/05 17:59:25 vapier Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/irqbalance/files/irqbalance.init,v 1.5 2012/01/07 22:04:49 vapier Exp $
31
32 depend() {
33 need localmount
34 @@ -9,7 +9,7 @@
35 }
36
37 ssd() {
38 - start-stop-daemon --exec /sbin/irqbalance "$@"
39 + start-stop-daemon --exec /usr/sbin/irqbalance "$@"
40 }
41
42 start() {