Gentoo Archives: gentoo-commits

From: "Arfrever Frehtes Taifersar Arahesis (arfrever)" <arfrever@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-python/twisted/files: twistd.init
Date: Thu, 10 Sep 2009 03:36:02
Message-Id: E1MlaS0-0002MJ-1T@stork.gentoo.org
1 arfrever 09/09/10 03:36:00
2
3 Modified: twistd.init
4 Log:
5 Export PYTHONPATH in init script (bug #260322).
6 (Portage version: 14221-svn/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.2 dev-python/twisted/files/twistd.init
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.2&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.2&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted/files/twistd.init?r1=1.1&r2=1.2
14
15 Index: twistd.init
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted/files/twistd.init,v
18 retrieving revision 1.1
19 retrieving revision 1.2
20 diff -u -r1.1 -r1.2
21 --- twistd.init 23 Nov 2005 17:39:01 -0000 1.1
22 +++ twistd.init 10 Sep 2009 03:35:59 -0000 1.2
23 @@ -10,6 +10,7 @@
24 eerror "You need to configure twistd in /etc/conf.d/twistd."
25 return 1
26 fi
27 + export PYTHONPATH
28 ebegin "Starting twistd"
29 start-stop-daemon --start --quiet --pidfile /var/run/twistd.pid \
30 --exec /usr/bin/twistd -- --pidfile /var/run/twistd.pid \