Tom

Tom Eastep wrote:
> 
> 
> 
> while true; do
>       ip link ls dev ppp0 > /dev/null 2>&1 && break
>       echo "Waiting for ppp0 to come up..."
>       sleep 5
> done

Yes, that is more or less the thing I finally did, although this will
loop forever and without a console the poor luser might never know why.
So I placed a max_loop limit into my code.

Erich



-------------------------------------------------------
This SF.Net email is sponsored by:
Power Architecture Resource Center: Free content, downloads, discussions,
and more. http://solutions.newsforge.com/ibmarch.tmpl
------------------------------------------------------------------------
leaf-user mailing list: leaf-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/leaf-user
Support Request -- http://leaf-project.org/

Reply via email to