summaryrefslogtreecommitdiffstats
path: root/share
diff options
context:
space:
mode:
authordougb <dougb@FreeBSD.org>2012-02-08 08:52:40 +0000
committerdougb <dougb@FreeBSD.org>2012-02-08 08:52:40 +0000
commitdd6bba093e5163f05fcfb84865b091c7f63dae7e (patch)
tree4cc1364e0b264e1528debb864eff5cdde8390d44 /share
parent62f39c08bc71631953399bbc9285503a4f0060d1 (diff)
downloadFreeBSD-src-dd6bba093e5163f05fcfb84865b091c7f63dae7e.zip
FreeBSD-src-dd6bba093e5163f05fcfb84865b091c7f63dae7e.tar.gz
As it stands right now, the default devfs rulesets are only loaded as a
side effect of something else using them. If they haven't been loaded already but you want to use them, say for configuring a jail, you're out of luck. So add a knob to always load the default rulesets. While I'm here document the other devfs_ knobs in rc.conf.5.
Diffstat (limited to 'share')
-rw-r--r--share/man/man5/rc.conf.522
1 files changed, 21 insertions, 1 deletions
diff --git a/share/man/man5/rc.conf.5 b/share/man/man5/rc.conf.5
index 47a325b..5a5cf9d 100644
--- a/share/man/man5/rc.conf.5
+++ b/share/man/man5/rc.conf.5
@@ -24,7 +24,7 @@
.\"
.\" $FreeBSD$
.\"
-.Dd December 13, 2011
+.Dd February 8, 2012
.Dt RC.CONF 5
.Os
.Sh NAME
@@ -3673,6 +3673,25 @@ is set to
these are the flags passed to the
.Xr watchdogd 8
daemon.
+.It Va devfs_rulesets
+.Pq Vt str
+List of files containing sets of rules for
+.Xr devfs 8 .
+.It Va devfs_system_ruleset
+.Pq Vt str
+Rule name(s) to apply to the system
+.Pa /dev
+itself.
+.It Va devfs_set_rulesets
+.Pq Vt str
+Pairs of already-mounted
+.Pa dev
+directories and rulesets that should be applied to them.
+For example: /mount/dev=ruleset_name
+.It Va devfs_load_rulesets
+.Pq Vt bool
+If set, always load the default rulesets listed in
+.Va devfs_rulesets .
.It Va performance_cx_lowest
.Pq Vt str
CPU idle state to use while on AC power.
@@ -4532,6 +4551,7 @@ The default is 30.
.Xr chkprintcap 8 ,
.Xr chown 8 ,
.Xr cron 8 ,
+.Xr devfs 8 ,
.Xr dhclient 8 ,
.Xr ftpd 8 ,
.Xr geli 8 ,
OpenPOWER on IntegriCloud