Deleted Added
full compact
rc.conf (150835) rc.conf (151240)
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 150835 2005-10-02 18:59:02Z yar $
18# $FreeBSD: head/etc/defaults/rc.conf 151240 2005-10-11 19:16:48Z 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

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

304isdn_enable="NO" # Enable the ISDN subsystem (or NO).
305isdn_fsdev="NO" # Output device for fullscreen mode (or NO for daemon mode).
306isdn_flags="-dn -d0x1f9" # Flags for isdnd
307isdn_ttype="cons25" # terminal type for fullscreen mode
308isdn_screenflags="NO" # screenflags for ${isdn_fsdev}
309isdn_trace="NO" # Enable the ISDN trace subsystem (or NO).
310isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace
311
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

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

304isdn_enable="NO" # Enable the ISDN subsystem (or NO).
305isdn_fsdev="NO" # Output device for fullscreen mode (or NO for daemon mode).
306isdn_flags="-dn -d0x1f9" # Flags for isdnd
307isdn_ttype="cons25" # terminal type for fullscreen mode
308isdn_screenflags="NO" # screenflags for ${isdn_fsdev}
309isdn_trace="NO" # Enable the ISDN trace subsystem (or NO).
310isdn_traceflags="-f /var/tmp/isdntrace0" # Flags for isdntrace
311
312### Bluetooth ###
313hcsecd_enable="NO" # Enable hcsecd(8) (or NO)
314hcsecd_config="/etc/bluetooth/hcsecd.conf" # hcsecd(8) configuration file
315
316sdpd_enable="NO" # Enable sdpd(8) (or NO)
317sdpd_control="/var/run/sdp" # sdpd(8) control socket
318sdpd_group="nobody" # set spdp(8) user/group to run as after
319sdpd_user="nobody" # it initializes
320
312### Miscellaneous network options: ###
313icmp_bmcastecho="NO" # respond to broadcast ping packets
314
315### IPv6 options: ###
316ipv6_enable="NO" # Set to YES to set up for IPv6.
317ipv6_network_interfaces="auto" # List of network interfaces (or "auto").
318ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
319#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068)

--- 245 unchanged lines hidden ---
321### Miscellaneous network options: ###
322icmp_bmcastecho="NO" # respond to broadcast ping packets
323
324### IPv6 options: ###
325ipv6_enable="NO" # Set to YES to set up for IPv6.
326ipv6_network_interfaces="auto" # List of network interfaces (or "auto").
327ipv6_defaultrouter="NO" # Set to IPv6 default gateway (or NO).
328#ipv6_defaultrouter="2002:c058:6301::" # Use this for 6to4 (RFC 3068)

--- 245 unchanged lines hidden ---