Deleted Added
full compact
rc.conf (161418) rc.conf (162131)
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 161418 2006-08-17 20:13:24Z brian $
18# $FreeBSD: head/etc/defaults/rc.conf 162131 2006-09-07 22:25:08Z emax $
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.
26rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

331hcsecd_enable="NO" # Enable hcsecd(8) (or NO)
332hcsecd_config="/etc/bluetooth/hcsecd.conf" # hcsecd(8) configuration file
333
334sdpd_enable="NO" # Enable sdpd(8) (or NO)
335sdpd_control="/var/run/sdp" # sdpd(8) control socket
336sdpd_groupname="nobody" # set spdp(8) user/group to run as after
337sdpd_username="nobody" # it initializes
338
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.
26rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

331hcsecd_enable="NO" # Enable hcsecd(8) (or NO)
332hcsecd_config="/etc/bluetooth/hcsecd.conf" # hcsecd(8) configuration file
333
334sdpd_enable="NO" # Enable sdpd(8) (or NO)
335sdpd_control="/var/run/sdp" # sdpd(8) control socket
336sdpd_groupname="nobody" # set spdp(8) user/group to run as after
337sdpd_username="nobody" # it initializes
338
339bthidd_enable="NO" # Enable bthidd(8) (or NO)
340bthidd_config="/etc/bluetooth/bthidd.conf" # bthidd(8) configuration file
341bthidd_hids="/var/db/bthidd.hids" # bthidd(8) known HID devices file
342
339### Miscellaneous network options: ###
340icmp_bmcastecho="NO" # respond to broadcast ping packets
341
342### IPv6 options: ###
343ipv6_enable="NO" # Set to YES to set up for IPv6.
344ipv6_network_interfaces="auto" # List of network interfaces (or "auto").
345ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
346#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068)

--- 242 unchanged lines hidden ---
343### Miscellaneous network options: ###
344icmp_bmcastecho="NO" # respond to broadcast ping packets
345
346### IPv6 options: ###
347ipv6_enable="NO" # Set to YES to set up for IPv6.
348ipv6_network_interfaces="auto" # List of network interfaces (or "auto").
349ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
350#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068)

--- 242 unchanged lines hidden ---