3 # $FreeBSD: src/etc/rc.d/quota,v 1.3 2002/10/12 10:31:31 schweikh Exp $
4 # $DragonFly: src/etc/rc.d/quota,v 1.3 2005/11/19 21:47:32 swildner Exp $
7 # Enable/Check the quotas (must be after ypbind if using NIS)
11 # REQUIRE: mountcritremote
18 start_cmd
="quota_start"
19 stop_cmd
="/usr/sbin/quotaoff -a"
23 if checkyesno check_quotas
; then
24 echo -n 'Checking quotas:'
29 echo -n 'Enabling quotas:'