public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/twisted/files: twistd.init
@ 2009-09-10  3:36 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 2+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2009-09-10  3:36 UTC (permalink / raw
  To: gentoo-commits

arfrever    09/09/10 03:36:00

  Modified:             twistd.init
  Log:
  Export PYTHONPATH in init script (bug #260322).
  (Portage version: 14221-svn/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-python/twisted/files/twistd.init

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/twisted/files/twistd.init?r1=1.1&r2=1.2

Index: twistd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted/files/twistd.init,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- twistd.init	23 Nov 2005 17:39:01 -0000	1.1
+++ twistd.init	10 Sep 2009 03:35:59 -0000	1.2
@@ -10,6 +10,7 @@
 		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 \






^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/twisted/files: twistd.init
@ 2013-01-08 18:45 Mike Gilbert (floppym)
  0 siblings, 0 replies; 2+ messages in thread
From: Mike Gilbert (floppym) @ 2013-01-08 18:45 UTC (permalink / raw
  To: gentoo-commits

floppym     13/01/08 18:45:38

  Modified:             twistd.init
  Log:
  Remove bashism, #450806 by kensington.
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0BBEEA1FEA4843A4)

Revision  Changes    Path
1.3                  dev-python/twisted/files/twistd.init

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/files/twistd.init?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/twisted/files/twistd.init?r1=1.2&r2=1.3

Index: twistd.init
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/twisted/files/twistd.init,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- twistd.init	10 Sep 2009 03:35:59 -0000	1.2
+++ twistd.init	8 Jan 2013 18:45:38 -0000	1.3
@@ -5,7 +5,7 @@
 }
 
 start() {
-	if [[ -z "${TWISTD_OPTS}" ]]; then
+	if [ -z "${TWISTD_OPTS}" ]; then
 		eerror "TWISTD_OPTS is not set!"
 		eerror "You need to configure twistd in /etc/conf.d/twistd."
 		return 1





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-01-08 18:45 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-01-08 18:45 [gentoo-commits] gentoo-x86 commit in dev-python/twisted/files: twistd.init Mike Gilbert (floppym)
  -- strict thread matches above, loose matches on Subject: below --
2009-09-10  3:36 Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox