diff options
author | Matthew Hunt <mph@FreeBSD.org> | 1999-09-06 20:55:28 +0000 |
---|---|---|
committer | Matthew Hunt <mph@FreeBSD.org> | 1999-09-06 20:55:28 +0000 |
commit | 6fb4dca4744b5ae1f1d9f3babe6a875d2a2854c3 (patch) | |
tree | 0b05e99020b9423969a4467422cf53204c9a019d /sbin/quotacheck | |
parent | 5ca8dcf66e6355607b84084b024edca17f8c64c6 (diff) | |
download | src-test2-6fb4dca4744b5ae1f1d9f3babe6a875d2a2854c3.tar.gz src-test2-6fb4dca4744b5ae1f1d9f3babe6a875d2a2854c3.zip |
Notes
Diffstat (limited to 'sbin/quotacheck')
-rw-r--r-- | sbin/quotacheck/quotacheck.8 | 17 |
1 files changed, 12 insertions, 5 deletions
diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8 index b942789b6787..fb9bed5c13ee 100644 --- a/sbin/quotacheck/quotacheck.8 +++ b/sbin/quotacheck/quotacheck.8 @@ -120,11 +120,18 @@ will create it. .Pp .Nm Quotacheck is normally run at boot time from the -.Pa /etc/rc.local -file, see -.Xr rc 8 , -before enabling disk quotas with -.Xr quotaon 8 . +.Pa /etc/rc +file. The rc startup procedure is controlled by the +.Pa /etc/rc.conf +variable +.Ar check_quotas . +Note that to enable this functionality in +.Pa /etc/rc +you also need to enable startup quota procedures +with the variable +.Ar enable_quotas +in +.Pa /etc/rc.conf . .Pp .Nm Quotacheck accesses the raw device in calculating the actual |