> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] On Behalf Of Brad Templeton
> Sent: 13 February 2005 20:07
> To: Discussion about mythtv
> Subject: Re: [mythtv-users] 0.17 observations
> 
> On Sun, Feb 13, 2005 at 03:04:38PM -0500, David George wrote:
> > On 02/13/2005 02:28 PM, Tom Clark wrote:
> > Amazingly this just started happening to me a week or two 
> ago.  I have 
> > always run from /usr/local, and I hadn't changed anything 
> in my config.
> > So I was at a loss as to why it happened.  Anyway, I am running FC2 
> > and the init scripts set a path when they are run.  I had 
> to fix this 
> > by adding the following before the start() function in 
> /etc/init.d/mythbackend:
> > 
> > if ! strstr "$PATH" "/usr/local/bin" ; then  
> PATH=$PATH:/usr/local/bin 
> > fi
> > 
> 
> yes, this works, though in theory you might want to keep your local
> config changes in /etc/sysconfig/myththbackend which is where they
> properly go.
> 
> Or write a patch for mythtv, since it knows the "prefix" it gets
> installed to, to add PREFIX/bin to the path it tries when executing
> commands, so users don't have to do any extra config.
> 

I've just made the suggested change to my rc.mythbackend file (I'm running
Slack 10) and it's now flagging commercials as expected.

Regards,
Tom Clark
[EMAIL PROTECTED]

_______________________________________________
mythtv-users mailing list
[email protected]
http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users

Reply via email to