summaryrefslogtreecommitdiffstats
path: root/sbin/quotacheck
diff options
context:
space:
mode:
authormph <mph@FreeBSD.org>1999-09-06 20:55:28 +0000
committermph <mph@FreeBSD.org>1999-09-06 20:55:28 +0000
commitcfb6543180691c166f828f0620b50ea0ec5104e5 (patch)
treea07a8dcc7d18ade09c85b502bb336af633c14400 /sbin/quotacheck
parent9c8aa8d35380daba7c799822f44c650ddb147915 (diff)
downloadFreeBSD-src-cfb6543180691c166f828f0620b50ea0ec5104e5.zip
FreeBSD-src-cfb6543180691c166f828f0620b50ea0ec5104e5.tar.gz
Indicate that we now control quota checking via an rc.conf variable,
instead of putting it in rc.local. Submitted by: Alex Perel <veers@disturbed.net>
Diffstat (limited to 'sbin/quotacheck')
-rw-r--r--sbin/quotacheck/quotacheck.817
1 files changed, 12 insertions, 5 deletions
diff --git a/sbin/quotacheck/quotacheck.8 b/sbin/quotacheck/quotacheck.8
index b942789..fb9bed5 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
OpenPOWER on IntegriCloud