Deleted Added
full compact
rc.conf (212576) rc.conf (212579)
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#
9# The ${rc_conf_files} files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# All arguments must be in double or single quotes.
14#
15# For a more detailed explanation of all the rc.conf variables, please
16# refer to the rc.conf(5) manual page.
17#
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#
9# The ${rc_conf_files} files should only contain values which override
10# values set in this file. This eases the upgrade path when defaults
11# are changed and new features are added.
12#
13# All arguments must be in double or single quotes.
14#
15# For a more detailed explanation of all the rc.conf variables, please
16# refer to the rc.conf(5) manual page.
17#
18# $FreeBSD: head/etc/defaults/rc.conf 212576 2010-09-13 19:52:46Z hrs $
18# $FreeBSD: head/etc/defaults/rc.conf 212579 2010-09-13 19:55:40Z hrs $
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot

--- 414 unchanged lines hidden (view full) ---

441 # numbers for your system.
442
443### Miscellaneous network options: ###
444icmp_bmcastecho="NO" # respond to broadcast ping packets
445
446### IPv6 options: ###
447ipv6_network_interfaces="auto" # List of IPv6 network interfaces
448 # (or "auto" or "none").
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot

--- 414 unchanged lines hidden (view full) ---

441 # numbers for your system.
442
443### Miscellaneous network options: ###
444icmp_bmcastecho="NO" # respond to broadcast ping packets
445
446### IPv6 options: ###
447ipv6_network_interfaces="auto" # List of IPv6 network interfaces
448 # (or "auto" or "none").
449ipv6_activate_all_interfaces="NO" # If NO, interfaces which have no
450 # corresponding $ifconfig_IF_ipv6 is
451 # marked as IFDISABLED for security
452 # reason.
449ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
450#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068)
451ipv6_static_routes="" # Set to static route list (or leave empty).
452#ipv6_static_routes="xxx" # An example to set fec0:0000:0000:0006::/64
453 # route toward loopback interface.
454#ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1"
455ipv6_gateway_enable="NO" # Set to YES if this host will be a gateway.
456ipv6_privacy="NO" # Use privacy address on RA-receiving IFs

--- 44 unchanged lines hidden (view full) ---

501 # faithd(8) setup.
502ipv6_ipv4mapping="NO" # Set to "YES" to enable IPv4 mapped IPv6 addr
503 # communication. (like ::ffff:a.b.c.d)
504ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter,
505 # see /usr/src/contrib/ipfilter/rules
506 # for examples
507ip6addrctl_enable="YES" # Set to YES to enable default address selection
508ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages
453ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
454#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068)
455ipv6_static_routes="" # Set to static route list (or leave empty).
456#ipv6_static_routes="xxx" # An example to set fec0:0000:0000:0006::/64
457 # route toward loopback interface.
458#ipv6_route_xxx="fec0:0000:0000:0006:: -prefixlen 64 ::1"
459ipv6_gateway_enable="NO" # Set to YES if this host will be a gateway.
460ipv6_privacy="NO" # Use privacy address on RA-receiving IFs

--- 44 unchanged lines hidden (view full) ---

505 # faithd(8) setup.
506ipv6_ipv4mapping="NO" # Set to "YES" to enable IPv4 mapped IPv6 addr
507 # communication. (like ::ffff:a.b.c.d)
508ipv6_ipfilter_rules="/etc/ipf6.rules" # rules definition file for ipfilter,
509 # see /usr/src/contrib/ipfilter/rules
510 # for examples
511ip6addrctl_enable="YES" # Set to YES to enable default address selection
512ip6addrctl_verbose="NO" # Set to YES to enable verbose configuration messages
509ipv6_prefer="NO" # Use IPv6 when both IPv4 and IPv6 can be used
513ip6addrctl_policy="AUTO" # A pre-defined address selection policy
514 # (ipv4_prefer, ipv6_prefer, or AUTO)
510
511##############################################################
512### System console options #################################
513##############################################################
514
515keyboard="" # keyboard device to use (default /dev/kbd0).
516keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO).
517keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).

--- 187 unchanged lines hidden ---
515
516##############################################################
517### System console options #################################
518##############################################################
519
520keyboard="" # keyboard device to use (default /dev/kbd0).
521keymap="NO" # keymap in /usr/share/syscons/keymaps/* (or NO).
522keyrate="NO" # keyboard rate to: slow, normal, fast (or NO).

--- 187 unchanged lines hidden ---