summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-10 03:36:00 +0000
committerArfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>2009-09-10 03:36:00 +0000
commitab1059d53f7a39f1f491d2741082cd74c7f1ba08 (patch)
treed08824247e4fb3c95b330761760ae463006a20c9 /dev-python/twisted
parentAdd "svg" USE flag (bug #269682). (diff)
downloadgentoo-2-ab1059d53f7a39f1f491d2741082cd74c7f1ba08.tar.gz
gentoo-2-ab1059d53f7a39f1f491d2741082cd74c7f1ba08.tar.bz2
gentoo-2-ab1059d53f7a39f1f491d2741082cd74c7f1ba08.zip
Export PYTHONPATH in init script (bug #260322).
(Portage version: 14221-svn/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/twisted')
-rw-r--r--dev-python/twisted/ChangeLog6
-rw-r--r--dev-python/twisted/files/twistd.init1
2 files changed, 6 insertions, 1 deletions
diff --git a/dev-python/twisted/ChangeLog b/dev-python/twisted/ChangeLog
index b157fd5df92c..6949a71d27b0 100644
--- a/dev-python/twisted/ChangeLog
+++ b/dev-python/twisted/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/twisted
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.106 2009/09/06 21:11:31 idl0r Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/twisted/ChangeLog,v 1.107 2009/09/10 03:36:00 arfrever Exp $
+
+ 10 Sep 2009; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ files/twistd.init:
+ Export PYTHONPATH in init script (bug #260322).
06 Sep 2009; Christian Ruppert <idl0r@gentoo.org> twisted-1.2.0.ebuild,
twisted-1.3.0.ebuild, -files/twisted-2.0.1-echo-less.patch,
diff --git a/dev-python/twisted/files/twistd.init b/dev-python/twisted/files/twistd.init
index 0f79667a8237..5d4d4e79fe21 100644
--- a/dev-python/twisted/files/twistd.init
+++ b/dev-python/twisted/files/twistd.init
@@ -10,6 +10,7 @@ start() {
eerror "You need to configure twistd in /etc/conf.d/twistd."
return 1
fi
+ export PYTHONPATH
ebegin "Starting twistd"
start-stop-daemon --start --quiet --pidfile /var/run/twistd.pid \
--exec /usr/bin/twistd -- --pidfile /var/run/twistd.pid \