ifconfig will show a connection to ppp0 when the connection is established. You could write a script that runs ifconfig every second or so using grep to look for 'ppp0' and report when the link is up, then stop itself.
-- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

