Gentoo Archives: gentoo-commits

From: "Thomas Kahle (tomka)" <tomka@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-misc/wicd/files: wicd-init-sve-start.patch
Date: Sat, 07 May 2011 19:27:42
Message-Id: 20110507192731.EB37220054@flycatcher.gentoo.org
1 tomka 11/05/07 19:27:31
2
3 Added: wicd-init-sve-start.patch
4 Log:
5 Fix install with Python3 as the main interpreter (Bug 365635, thx for patch by arfrever), fix init script to use sve-start (Bug 365767)
6
7 (Portage version: 2.1.9.46/cvs/Linux i686)
8
9 Revision Changes Path
10 1.1 net-misc/wicd/files/wicd-init-sve-start.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-init-sve-start.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-misc/wicd/files/wicd-init-sve-start.patch?rev=1.1&content-type=text/plain
14
15 Index: wicd-init-sve-start.patch
16 ===================================================================
17 diff -U 3 -dHrN wicd-1.7.1b2.old/in/init=gentoo=wicd.in wicd-1.7.1b2/in/init=gentoo=wicd.in
18 --- wicd-1.7.1b2.old/in/init=gentoo=wicd.in 2011-05-07 20:52:13.000000000 +0200
19 +++ wicd-1.7.1b2/in/init=gentoo=wicd.in 2011-05-07 20:52:43.000000000 +0200
20 @@ -35,5 +35,5 @@
21
22 restart() {
23 force_kill
24 - start
25 + sve_start
26 }