Deleted Added
full compact
rc.conf (59674) rc.conf (60103)
1#!/bin/sh
2#
3
4# This is rc.conf - a file full of useful variables that you can set
5# to change the default startup behavior of your system. You should
6# not edit this file! Put any overrides into one of the ${rc_conf_files}
7# instead and you will be able to update these defaults later without
8# spamming your local configuration information.
9#
10# The ${rc_conf_files} files should only contain values which override
11# values set in this file. This eases the upgrade path when defaults
12# are changed and new features are added.
13#
14# All arguments must be in double or single quotes.
15#
1#!/bin/sh
2#
3
4# This is rc.conf - a file full of useful variables that you can set
5# to change the default startup behavior of your system. You should
6# not edit this file! Put any overrides into one of the ${rc_conf_files}
7# instead and you will be able to update these defaults later without
8# spamming your local configuration information.
9#
10# The ${rc_conf_files} files should only contain values which override
11# values set in this file. This eases the upgrade path when defaults
12# are changed and new features are added.
13#
14# All arguments must be in double or single quotes.
15#
16# $FreeBSD: head/etc/defaults/rc.conf 59674 2000-04-27 08:43:49Z sheldonh $
16# $FreeBSD: head/etc/defaults/rc.conf 60103 2000-05-06 17:18:19Z ache $
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22swapfile="NO" # Set to name of swapfile if aux swapfile desired.
23apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
24apmd_enable="NO" # Run apmd to handle APM event from userland.

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

41hostname="" # Set this!
42nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
43dhcp_program="/sbin/dhclient" # Path to dhcp client program.
44dhcp_flags="" # Additional flags to pass to dhcp client.
45firewall_enable="NO" # Set to YES to enable firewall functionality
46firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
47firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
48firewall_quiet="NO" # Set to YES to suppress rule display
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22swapfile="NO" # Set to name of swapfile if aux swapfile desired.
23apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
24apmd_enable="NO" # Run apmd to handle APM event from userland.

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

41hostname="" # Set this!
42nisdomainname="NO" # Set to NIS domain if using NIS (or NO).
43dhcp_program="/sbin/dhclient" # Path to dhcp client program.
44dhcp_flags="" # Additional flags to pass to dhcp client.
45firewall_enable="NO" # Set to YES to enable firewall functionality
46firewall_script="/etc/rc.firewall" # Which script to run to set up the firewall
47firewall_type="UNKNOWN" # Firewall type (see /etc/rc.firewall)
48firewall_quiet="NO" # Set to YES to suppress rule display
49firewall_logging="NO" # Set to YES to enable events logging
49firewall_flags="" # Flags passed to ipfw when type is a file
50natd_program="/sbin/natd" # path to natd, if you want a different one.
51natd_enable="NO" # Enable natd (if firewall_enable == YES).
52natd_interface="fxp0" # Public interface or IPaddress to use.
53natd_flags="" # Additional flags for natd.
54tcp_extensions="NO" # Set to YES to turn on RFC1323 extensions.
55log_in_vain="NO" # YES to log connects to ports w/o listeners.
56tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).

--- 257 unchanged lines hidden ---
50firewall_flags="" # Flags passed to ipfw when type is a file
51natd_program="/sbin/natd" # path to natd, if you want a different one.
52natd_enable="NO" # Enable natd (if firewall_enable == YES).
53natd_interface="fxp0" # Public interface or IPaddress to use.
54natd_flags="" # Additional flags for natd.
55tcp_extensions="NO" # Set to YES to turn on RFC1323 extensions.
56log_in_vain="NO" # YES to log connects to ports w/o listeners.
57tcp_keepalive="YES" # Enable stale TCP connection timeout (or NO).

--- 257 unchanged lines hidden ---