Subject: Re: PMAD-AA
To: Steffen Liebstueckel <Steffen.Liebstueckel@hadiko.de>
From: None <erh@nimenees.com>
List: tech-net
Date: 05/02/2000 12:53:22
On Tue, May 02, 2000 at 04:50:52PM +0200, Steffen Liebstueckel wrote:
> IT WAS MY FAULT !!!
> I edited the file ifconfig.le1 with the editor "joe" !
> I found out that you have to hit "return" after the inserted line in the file
> that the cusor is in the next new line!
> OTHERWISE IFCONFIG WILL NEVER DO ANYTHING !!!

	That seems like it should work, but read returns failure as soon
as it hits EOF, even if it has read some text in.  Fix: check for non-empty
args to use for ifconfig after the end of the loop.  (I'll do this)

eric