Gentoo Archives: gentoo-commits

From: "Anthony G. Basile (blueness)" <blueness@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in net-p2p/tribler/files: tribler-log2homedir.patch
Date: Tue, 28 Feb 2012 16:01:57
Message-Id: 20120228160117.E21532004C@flycatcher.gentoo.org
1 blueness 12/02/28 16:01:17
2
3 Modified: tribler-log2homedir.patch
4 Log:
5 Make log 2 home patch strictly python 2
6
7 (Portage version: 2.1.10.44/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 net-p2p/tribler/files/tribler-log2homedir.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/files/tribler-log2homedir.patch?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/files/tribler-log2homedir.patch?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/tribler/files/tribler-log2homedir.patch?r1=1.1&r2=1.2
15
16 Index: tribler-log2homedir.patch
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/net-p2p/tribler/files/tribler-log2homedir.patch,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- tribler-log2homedir.patch 14 Feb 2012 20:52:53 -0000 1.1
23 +++ tribler-log2homedir.patch 28 Feb 2012 16:01:17 -0000 1.2
24 @@ -9,4 +9,4 @@
25 +[ ! -d $STATEDIR ] && mkdir -p $STATEDIR
26 cd $_TRIBLERPATH
27 -exec python -O Tribler/Main/tribler.py "$@" > /tmp/$USER-tribler.log 2>&1
28 -+exec python -O Tribler/Main/tribler.py "$@" > $STATEDIR/tribler.log 2>&1
29 ++exec python2 -O Tribler/Main/tribler.py "$@" > $STATEDIR/tribler.log 2>&1