On Tue, 4 Apr 2000, Arni Raghu wrote:

> Hi,
> I am using the quota perl module here is a snippet::
> 
> <.....>
> Quota::setqlim($dev,$uid,80,160,0,0,1,0);
> <....>

the format is wrong, it should be:

Quota::setqlim($dev, $uid, $quotasoft, $quotahard, 0, 0);



> 
> This code just does not seem to work...the $dev and $uid are ok as
> Quota::query works fine..also quotas are set and working fine as using plain
> edquota works..I am just not understanidng what is wrong with the setqlim
> invocation.
> Thx,
> Arni
> 
> 
> -- 
> To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
> as the Subject.
> 

-----------------------------------------------------
Brian Feeny (BF304)     [EMAIL PROTECTED]   
318-222-2638 x 109      http://www.shreve.net/~signal      
Network Administrator   ShreveNet Inc. (ASN 11881)            


-- 
To unsubscribe: mail [EMAIL PROTECTED] with "unsubscribe"
as the Subject.

Reply via email to