Quoting [EMAIL PROTECTED]:

> Dear All,
>
> As the title,

Did you get this working, or not?

>     'quota' => array(
>        'driver' => 'command',
>          'params' => array(
>         'quota_path' => 'sudo quota',
>         'grep_path' => 'sudo grep',
>            'partition' => '/dev/sda2'

While the "sudo quota" will probably work, the "sudo grep" is completely
not needed (just use "grep" or the full path to your grep).

Other than that, it should work, from appearances.

>        ),
>    ),
> );
>
> Mine is Linux FC6 System, the path of /dev/sda2 is mapping to
> /var/spool/mail.
>
> Thanks !
>
> Edward.
> --
> IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
> Frequently Asked Questions: http://horde.org/faq/
> To unsubscribe, mail: [EMAIL PROTECTED]
>



-- 
Eric Rostetter
The Department of Physics
The University of Texas at Austin

Go Longhorns!
-- 
IMP mailing list - Join the hunt: http://horde.org/bounties/#imp
Frequently Asked Questions: http://horde.org/faq/
To unsubscribe, mail: [EMAIL PROTECTED]

Reply via email to