diff options
author | bdrewery <bdrewery@FreeBSD.org> | 2014-02-15 14:52:12 +0000 |
---|---|---|
committer | bdrewery <bdrewery@FreeBSD.org> | 2014-02-15 14:52:12 +0000 |
commit | 9c227c867f1701ab7fa4b068112afc17c2fe0eba (patch) | |
tree | 14f3944b8027bfef672ff866c94305f822683739 /share/man | |
parent | 502860ada51d1853f8acb103e77e982ed59c8f65 (diff) | |
download | FreeBSD-src-9c227c867f1701ab7fa4b068112afc17c2fe0eba.zip FreeBSD-src-9c227c867f1701ab7fa4b068112afc17c2fe0eba.tar.gz |
Add forgotten rc.conf(5) update with r261931
Reviewed by: trasz
Approved by: bapt (mentor)
MFC after: 1 week
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man5/rc.conf.5 | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5 index a665301..bb3d26a 100644 --- a/share/man/man5/rc.conf.5 +++ b/share/man/man5/rc.conf.5 @@ -24,7 +24,7 @@ .\" .\" $FreeBSD$ .\" -.Dd February 13, 2014 +.Dd February 15, 2014 .Dt RC.CONF 5 .Os .Sh NAME @@ -4429,6 +4429,26 @@ interface if desired. Defines the total number of seconds to wait for link to become usable, polled at a 1-second interval. The default is 30. +.It Va rctl_enable +.Pq Vt bool +Set to +.Dq Li YES +to load +.Xr rctl 8 +rules from the defined ruleset. +The kernel must be built with +.Cd "options RACCT" +and +.Cd "options RCTL" . +.It Va rctl_rules +.Pq Vt str +Set to +.Pa /etc/rctl.conf +by default. +This variables contains the +.Xr rctl.conf 5 +ruleset to load for +.Xr rctl 8 . .El .Sh FILES .Bl -tag -width ".Pa /etc/defaults/rc.conf" -compact |