Re: [gentoo-dev] start-stop-daemon and python-wrapper

2009-12-18 Thread James Rowe
Excerpts from Brian Harring's message of Fri Dec 18 20:16:19 + 2009: > On Tue, Dec 15, 2009 at 03:54:53PM +0700, Max Arnold wrote: > > Initially my script has "/usr/bin/env python" shebang line. When I checked > > actual installed > > file, it contained "/usr/bin/python2.6". Who is responsib

Re: [gentoo-dev] start-stop-daemon and python-wrapper

2009-12-18 Thread Brian Harring
On Tue, Dec 15, 2009 at 03:54:53PM +0700, Max Arnold wrote: > Initially my script has "/usr/bin/env python" shebang line. When I checked > actual installed > file, it contained "/usr/bin/python2.6". Who is responsible for this > modification (eclass, > distutils or something else)? Why not "/u

[gentoo-dev] start-stop-daemon and python-wrapper

2009-12-15 Thread Max Arnold
Hello all. I've got something similar to this: http://archives.gentoo.org/gentoo-dev/msg_54ec9c3d4c15c3f52e4c71fef5d42633.xml I have custom python script which should run in background. It spawns several threads but does not daemonizes itself, so I use following init.d script ($MYSCRIPT writes i