4 # REQUIRE: mountcritlocal
15 if checkyesno vfs_quota_enable
; then
16 # For each dir in $vfs_quota_sync, run vquota sync
18 case ${vfs_quota_sync} in
22 echo -n 'Synchronizing VFS counters: '
23 for dir
in ${vfs_quota_sync}; do
25 if [ -d "${dir}" ]; then
26 /sbin
/vquota sync
${dir}