Deleted Added
full compact
rc.conf (202460) rc.conf (203433)
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 202460 2010-01-17 08:41:07Z ume $
18# $FreeBSD: head/etc/defaults/rc.conf 203433 2010-02-03 16:18:42Z ume $
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

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

455 # or static configuration for end node.
456 # Choose correct prefix value.
457#ipv6_prefix_ed0="fec0:0000:0000:0001 fec0:0000:0000:0002" # Examples for rtr.
458#ipv6_prefix_ep0="fec0:0000:0000:0003 fec0:0000:0000:0004" # Examples for rtr.
459ipv6_default_interface="NO" # Default output interface for scoped addrs.
460 # Now this works only for IPv6 link local
461 # multicast addrs.
462rtsol_flags="" # Flags to IPv6 router solicitation.
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

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

455 # or static configuration for end node.
456 # Choose correct prefix value.
457#ipv6_prefix_ed0="fec0:0000:0000:0001 fec0:0000:0000:0002" # Examples for rtr.
458#ipv6_prefix_ep0="fec0:0000:0000:0003 fec0:0000:0000:0004" # Examples for rtr.
459ipv6_default_interface="NO" # Default output interface for scoped addrs.
460 # Now this works only for IPv6 link local
461 # multicast addrs.
462rtsol_flags="" # Flags to IPv6 router solicitation.
463rtsold_enable="NO" # Set to YES to enable an IPv6 router
464 # solicitation daemon.
465rtsold_flags="-a" # Flags to an IPv6 router solicitation
466 # daemon.
463rtadvd_enable="NO" # Set to YES to enable an IPv6 router
464 # advertisement daemon. If set to YES,
465 # this router becomes a possible candidate
466 # IPv6 default router for local subnets.
467rtadvd_interfaces="" # Interfaces rtadvd sends RA packets.
468mroute6d_enable="NO" # Do IPv6 multicast routing.
469mroute6d_program="/usr/local/sbin/pim6dd" # Name of IPv6 multicast
470 # routing daemon. You need to

--- 217 unchanged lines hidden ---
467rtadvd_enable="NO" # Set to YES to enable an IPv6 router
468 # advertisement daemon. If set to YES,
469 # this router becomes a possible candidate
470 # IPv6 default router for local subnets.
471rtadvd_interfaces="" # Interfaces rtadvd sends RA packets.
472mroute6d_enable="NO" # Do IPv6 multicast routing.
473mroute6d_program="/usr/local/sbin/pim6dd" # Name of IPv6 multicast
474 # routing daemon. You need to

--- 217 unchanged lines hidden ---