> Is there a more elegant way to kill a connection that has been made > by
> 'pppd call' than just killing the resulting pppd process?
The problem, IMHO, with regards to the "elegance" of using kill, is
that kill doesn't really "kill", it sends a signal to another
process.. the default with kill(1) being SIGTERM. I think the
methodoloy on pppd's part is ok, but just a poorly named system call
and signal utility.
Rusty
-
To unsubscribe from this list: send the line "unsubscribe linux-ppp" in
the body of a message to [EMAIL PROTECTED]