Deleted Added
full compact
rc.conf (63980) rc.conf (64471)
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 63980 2000-07-28 22:45:36Z eivind $
16# $FreeBSD: head/etc/defaults/rc.conf 64471 2000-08-10 00:13:02Z brian $
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.

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

77#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
78
79# User ppp configuration.
80ppp_enable="NO" # Start user-ppp (or NO).
81ppp_mode="auto" # Choice of "auto", "ddial", "direct" or "dedicated".
82 # For details see man page for ppp(8). Default is auto.
83ppp_nat="YES" # Use PPP's internal network address translation or NO.
84ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf.
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.

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

77#spppconfig_isp0="authproto=chap myauthname=foo myauthsecret='top secret' hisauthname=some-gw hisauthsecret='another secret'"
78
79# User ppp configuration.
80ppp_enable="NO" # Start user-ppp (or NO).
81ppp_mode="auto" # Choice of "auto", "ddial", "direct" or "dedicated".
82 # For details see man page for ppp(8). Default is auto.
83ppp_nat="YES" # Use PPP's internal network address translation or NO.
84ppp_profile="papchap" # Which profile to use from /etc/ppp/ppp.conf.
85ppp_user="root" # Which user to run ppp as
85
86### Network daemon (miscellaneous) & NFS options: ###
87syslogd_enable="YES" # Run syslog daemon (or NO).
88syslogd_flags="-s" # Flags to syslogd (if enabled).
89inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
90inetd_flags="-wW" # Optional flags to inetd
91#
92# named. It may be possible to run named in a sandbox, man security for

--- 229 unchanged lines hidden ---
86
87### Network daemon (miscellaneous) & NFS options: ###
88syslogd_enable="YES" # Run syslog daemon (or NO).
89syslogd_flags="-s" # Flags to syslogd (if enabled).
90inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
91inetd_flags="-wW" # Optional flags to inetd
92#
93# named. It may be possible to run named in a sandbox, man security for

--- 229 unchanged lines hidden ---