diff options
| author | Brian Feldman <green@FreeBSD.org> | 2004-04-10 22:13:27 +0000 |
|---|---|---|
| committer | Brian Feldman <green@FreeBSD.org> | 2004-04-10 22:13:27 +0000 |
| commit | 87bd2f457b4f7c587f3310410179293f2e85b320 (patch) | |
| tree | c112535842f836c2caf033102111339591510a0f | |
| parent | 603177d6594c9d4859d8920bd9ebec3335c94a6d (diff) | |
Notes
| -rw-r--r-- | etc/defaults/rc.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf index e33ebe18e48f2..1e50d09d40e9a 100644 --- a/etc/defaults/rc.conf +++ b/etc/defaults/rc.conf @@ -456,6 +456,8 @@ watchdogd_enable="NO" # Start the software watchdog daemon devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # Files containing # devfs(8) rules. devfs_system_ruleset="" # The name of a ruleset to apply to /dev +devfs_set_rulesets="" # A list of /mount/dev=ruleset_name settings to + # apply (must be mounted already, i.e. fstab(5)) performance_cx_lowest="HIGH" # Online CPU idle state performance_throttle_state="HIGH" # Online throttling state economy_cx_lowest="LOW" # Offline CPU idle state |
