|
Lines 24-30
Link Here
|
| 24 |
.\" |
24 |
.\" |
| 25 |
.\" $FreeBSD$ |
25 |
.\" $FreeBSD$ |
| 26 |
.\" |
26 |
.\" |
| 27 |
.Dd March 25, 2020 |
27 |
.Dd April 6, 2020 |
| 28 |
.Dt RC.CONF 5 |
28 |
.Dt RC.CONF 5 |
| 29 |
.Os |
29 |
.Os |
| 30 |
.Sh NAME |
30 |
.Sh NAME |
|
Lines 59-64
Options need only be specified in
Link Here
|
| 59 |
.Pa /etc/rc.conf |
59 |
.Pa /etc/rc.conf |
| 60 |
when the system administrator wishes to override these defaults. |
60 |
when the system administrator wishes to override these defaults. |
| 61 |
The file |
61 |
The file |
|
|
62 |
.Pa /etc/defaults/vendor.conf |
| 63 |
allows vendors to override |
| 64 |
.Fx |
| 65 |
defaults. |
| 66 |
The file |
| 62 |
.Pa /etc/rc.conf.local |
67 |
.Pa /etc/rc.conf.local |
| 63 |
is used to override settings in |
68 |
is used to override settings in |
| 64 |
.Pa /etc/rc.conf |
69 |
.Pa /etc/rc.conf |
|
Lines 4585-4590
files.
Link Here
|
| 4585 |
.Sh FILES |
4590 |
.Sh FILES |
| 4586 |
.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact |
4591 |
.Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact |
| 4587 |
.It Pa /etc/defaults/rc.conf |
4592 |
.It Pa /etc/defaults/rc.conf |
|
|
4593 |
.It Pa /etc/defaults/vendor.conf |
| 4588 |
.It Pa /etc/rc.conf |
4594 |
.It Pa /etc/rc.conf |
| 4589 |
.It Pa /etc/rc.conf.local |
4595 |
.It Pa /etc/rc.conf.local |
| 4590 |
.El |
4596 |
.El |