> value.  What fixes it, is to provide a return value yourself.  I put the
> following in rc.local:  ppp-watch ppp0 &   The ampersand provides an
instant
> return value of 0, and runs the command in the background, thus allowing
it
> to work, and letting the boot continue on.  ifup ppp0 &   would probably
> work as well.  Let me know if this works out the way you want it to.
>
> Jeff Hogg

Well bugger me with a fish-fork!

You got it Jeff. I didn't suspect the script because it returned fine on the
command line, but you're right. The ampersand hits it on the spot.

In fact you're right on two counts: 'ifup ppp0 &' works as well!

I was trying to stick to the Redhat way, which admittedly is quite a 'clean'
way of doing it, but if we have a possible broken script (not blaming
anyone), than we're going to have to do it the manual way.

Oh well, as long as I make a note in the documentation and it works who
really cares?

Thanks for all your help. Shoulda probably seen that myself, but I've never
played with scripting, so I wasn't sure what I'm looking at.

Really appreciated.

Regards,
Ed.




_______________________________________________
Redhat-list mailing list
[EMAIL PROTECTED]
https://listman.redhat.com/mailman/listinfo/redhat-list

Reply via email to