Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Jun 2004 15:01:54 -0400
From:      Chuck Swiger <cswiger@mac.com>
To:        Lewis Thompson <lewiz@fajita.org>
Cc:        FreeBSD-questions <questions@freebsd.org>
Subject:   Re: Python application in rc.d.
Message-ID:  <40D5DF22.5020609@mac.com>
In-Reply-To: <20040620175144.GA68736@fajita.org>
References:  <20040620175144.GA68736@fajita.org>

next in thread | previous in thread | raw e-mail | index | archive | help
Lewis Thompson wrote:
> I'm trying to create a port for a Python application that I want to
> start from local/etc/rc.d.  The command is this:
> 
> /usr/bin/su freevo -c "/usr/local/bin/freevo -fs start" > /dev/null 2>&1
> 
>   Unfortunately when I boot up I get a message about Python not being
> configured/available at this time.

Does the script set $PATH to include the location where python is?  If you 
don't list /usr/local/bin explicitly, this may be the problem...

-- 
-Chuck



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?40D5DF22.5020609>