svn commit: r366502 - head/share/man/man8
John-Mark Gurney
jmg at FreeBSD.org
Tue Oct 6 22:53:12 UTC 2020
Author: jmg
Date: Tue Oct 6 22:53:11 2020
New Revision: 366502
URL: https://svnweb.freebsd.org/changeset/base/366502
Log:
add the FILESYSTEMS placeholder and note that it's the default early_late_divider
Modified:
head/share/man/man8/rc.8
Modified: head/share/man/man8/rc.8
==============================================================================
--- head/share/man/man8/rc.8 Tue Oct 6 21:31:04 2020 (r366501)
+++ head/share/man/man8/rc.8 Tue Oct 6 22:53:11 2020 (r366502)
@@ -31,7 +31,7 @@
.\" @(#)rc.8 8.2 (Berkeley) 12/11/93
.\" $FreeBSD$
.\"
-.Dd September 6, 2019
+.Dd October 6, 2020
.Dt RC 8
.Os
.Sh NAME
@@ -242,7 +242,11 @@ Scripts that are
.Dq placeholders
to ensure that certain operations are performed before others.
In order of startup, these are:
-.Bl -tag -width ".Pa NETWORKING"
+.Bl -tag -width ".Pa FILESYSTEMS"
+.It Pa FILESYSTEMS
+Ensure that root and other critical file systems are mounted.
+This is the default
+.Va $early_late_divider .
.It Pa NETWORKING
Ensure basic network services are running, including general
network configuration.
More information about the svn-src-head
mailing list