Vitux writes: > Kind of silly, that pon doesn't give any kind of information on what it's > doing...
pon is just a short little script that starts pppd and exits:
#!/bin/sh
/usr/sbin/pppd call ${1:-provider}
To find out what pppd is doing use the 'plog' command.
--
John Hasler This posting is in the public domain.
[EMAIL PROTECTED] Do with it what you will.
Dancing Horse Hill Make money from it if you can; I don't mind.
Elmwood, Wisconsin Do not send email advertisements to this address.

