Ubuntu-style init script needed for quota
Bug #43551 reported by
Gary Coady
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
quota (Ubuntu) |
Fix Released
|
Medium
|
Michael Meskes |
Bug Description
Binary package hint: quota
$ sudo /etc/init.d/quota start
Checking quotas...
done.
Turning on quotas.
$ sudo /etc/init.d/quota stop
Turning off quotas.
To post a comment you must log in.
With patch:
$ sudo /etc/init.d/quota start
* Checking quotas... [ ok ]
* Turning on quotas... [ ok ]
$ sudo /etc/init.d/quota stop
* Turning off quotas
...done.