> You CAN elect to not send anything to STDOUT, which is probably what happens
> when you close the file handle, but this is not the only (or original) way
> to access STDOUT.
> Or you can use another output method and do an end run around DOS, but
> I don't see why you would want to.
>
> IMHO, _if_ it WAS possible to kill STDOUT, the "cure" would be much
> worse than the perceived problem.
Redirection of stdout is very old solution, from times,
when the only way to find which IP address we were assigned
was to redirect output of PPP.EXE (EtherPPP - 125 KB !!!)
to file and then parse the file for output address.
As both EPPPD and LSPPP support BOOTP emulation, this method
is now obsolete, and driver's output won't be redirected to
PPP.LOG in future releases.
I will also give user and option to choose from two PPP
drivers, because it is always better if users can experiment
before they complain.