rc.conf (837b13af68bde317414f6c0ce295df66308cc31b) | rc.conf (aef807876c305587c60f73e2cd914115d22a53fd) |
---|---|
1#!/bin/sh 2 3# This is rc.conf - a file full of useful variables that you can set 4# to change the default startup behavior of your system. You should 5# not edit this file! Put any overrides into one of the ${rc_conf_files} 6# instead and you will be able to update these defaults later without 7# spamming your local configuration information. 8# --- 572 unchanged lines hidden (view full) --- 581keychange="NO" # function keys default values (or NO). 582cursor="NO" # cursor type {normal|blink|destructive} (or NO). 583scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). 584font8x16="NO" # font 8x16 from /usr/share/{syscons,vt}/fonts/* (or NO). 585font8x14="NO" # font 8x14 from /usr/share/{syscons,vt}/fonts/* (or NO). 586font8x8="NO" # font 8x8 from /usr/share/{syscons,vt}/fonts/* (or NO). 587blanktime="300" # blank time (in seconds) or "NO" to turn it off. 588saver="NO" # screen saver: Uses /boot/kernel/${saver}_saver.ko | 1#!/bin/sh 2 3# This is rc.conf - a file full of useful variables that you can set 4# to change the default startup behavior of your system. You should 5# not edit this file! Put any overrides into one of the ${rc_conf_files} 6# instead and you will be able to update these defaults later without 7# spamming your local configuration information. 8# --- 572 unchanged lines hidden (view full) --- 581keychange="NO" # function keys default values (or NO). 582cursor="NO" # cursor type {normal|blink|destructive} (or NO). 583scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO). 584font8x16="NO" # font 8x16 from /usr/share/{syscons,vt}/fonts/* (or NO). 585font8x14="NO" # font 8x14 from /usr/share/{syscons,vt}/fonts/* (or NO). 586font8x8="NO" # font 8x8 from /usr/share/{syscons,vt}/fonts/* (or NO). 587blanktime="300" # blank time (in seconds) or "NO" to turn it off. 588saver="NO" # screen saver: Uses /boot/kernel/${saver}_saver.ko |
589moused_nondefault_enable="YES" # Treat non-default mice as enabled unless | 589moused_nondefault_enable="NO" # Treat non-default mice as enabled unless |
590 # specifically overridden in rc.conf(5). 591moused_enable="NO" # Run the mouse daemon. 592moused_type="auto" # See man page for rc.conf(5) for available settings. | 590 # specifically overridden in rc.conf(5). 591moused_enable="NO" # Run the mouse daemon. 592moused_type="auto" # See man page for rc.conf(5) for available settings. |
593moused_port="/dev/psm0" # Set to your mouse port. | 593moused_port="auto" # Set to your mouse port. |
594moused_flags="" # Any additional flags to moused. 595mousechar_start="NO" # if 0xd0-0xd3 default range is occupied in your 596 # language code table, specify alternative range 597 # start like mousechar_start=3, see vidcontrol(1) | 594moused_flags="" # Any additional flags to moused. 595mousechar_start="NO" # if 0xd0-0xd3 default range is occupied in your 596 # language code table, specify alternative range 597 # start like mousechar_start=3, see vidcontrol(1) |
598msconvd_enable="NO" # Run the mouse protocol conversion daemon. 599msconvd_type="auto" # See rc.conf(5) man page for available moused_type-s. 600msconvd_ports="" # List of msconvd ports. 601msconvd_flags="" # Any additional flags to msconvd. |
|
598allscreens_flags="" # Set this vidcontrol mode for all virtual screens 599allscreens_kbdflags="" # Set this kbdcontrol mode for all virtual screens 600 601############################################################## 602### Mail Transfer Agent (MTA) options ###################### 603############################################################## 604 605# Settings for /etc/rc.d/sendmail: --- 182 unchanged lines hidden --- | 602allscreens_flags="" # Set this vidcontrol mode for all virtual screens 603allscreens_kbdflags="" # Set this kbdcontrol mode for all virtual screens 604 605############################################################## 606### Mail Transfer Agent (MTA) options ###################### 607############################################################## 608 609# Settings for /etc/rc.d/sendmail: --- 182 unchanged lines hidden --- |