From: <jh...@he...> - 2002-10-15 06:23:37
|
-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Hi. The quota package in debian unstable doesn't contain the quotaoff package. When webmin's quota package checks for quotaon and quotaoff, it fails to recognize that the quotapackage is installed. Checking for quotaon however will give the correct result. This is the patch against debian-linux-lib.pl ***************** l 7c7 < if (&has_command("quotaon") && &has_command("quotaoff")) { - --- > if (&has_command("quotaon") ) { ***************** - -- Sincerely Jørgen Hermanrud Fjeld jh...@he... -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.0 (GNU/Linux) iD8DBQE9q7RH9jvTqPy5VsoRAgOVAJsElKiMfx09GqScVx47jd6fXEr+HgCeJEtr yrQGo2jmBcRDGDkfnM8jiGE= =dmXv -----END PGP SIGNATURE----- |