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

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to