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
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
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