AW: [imp] IMAP Quota Redhat 7.3 extra code

Tilo Lutz TiloLutz@gmx.de
Tue, 4 Jun 2002 18:47:51 +0200


Hi

I nedded to change you code getting it work in
my System.
I have mounted /home via NFS.
The Problem ist the output is splitted into to lines:
192.168.0.7:/home
		136736 0 500000 7103 0 0
Thats the reason I had the change The grep-part of exec
to "| grep 00" instead of the mount-point.
I know, it's very dirty but it works because we use only
quoras mutliplied with 100.
I also need to change $splitted[1] to $splitted[0].

Now it works great.

Tilo