From: Jamie C. <jca...@we...> - 2002-10-15 08:10:53
|
J=F8rgen Hermanrud Fjeld wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 >=20 > Hi. > The quota package in debian unstable doesn't contain the quotaoff packa= ge. > When webmin's quota package checks for quotaon and quotaoff, it fails t= o=20 > recognize that the quotapackage is installed. Checking for quotaon howe= ver=20 > will give the correct result. > This is the patch against debian-linux-lib.pl > ***************** > l > 7c7 > < if (&has_command("quotaon") && &has_command("quotaoff")) { > - --- >=20 >>if (&has_command("quotaon") ) { >> > ***************** >=20 > - -- =20 > Sincerely > J=F8rgen Hermanrud Fjeld If there is no quotaoff command, how can quotas be disabled for a filesys= tem? I suspect that webmin will need more than just that fix .. - Jamie |