Deleted Added
full compact
rc.conf (80515) rc.conf (82191)
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 80515 2001-07-28 19:57:57Z markm $
16# $FreeBSD: head/etc/defaults/rc.conf 82191 2001-08-23 13:34:45Z kuriyama $
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.

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

116inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one.
117inetd_flags="-wW" # Optional flags to inetd
118#
119# named. It may be possible to run named in a sandbox, man security for
120# details.
121#
122named_enable="NO" # Run named, the DNS server (or NO).
123named_program="named" # path to named, if you want a different one.
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.

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

116inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one.
117inetd_flags="-wW" # Optional flags to inetd
118#
119# named. It may be possible to run named in a sandbox, man security for
120# details.
121#
122named_enable="NO" # Run named, the DNS server (or NO).
123named_program="named" # path to named, if you want a different one.
124named_flags="" # Flags for named
125#named_flags="-u bind -g bind" # Flags for named
124named_flags="-u bind -g bind" # Flags for named
126
127#
128# kerberos. Do not run the admin daemons on slave servers
129#
130kerberos4_server_enable="NO" # Run a kerberos IV master server (or NO).
131kerberos4_server="/usr/sbin/kerberos" # path to kerberos IV KDC
132kadmind4_server_enable="NO" # Run kadmind (or NO)
133kadmind4_server="/usr/sbin/kadmind" # path to kerberos IV admin daemon

--- 257 unchanged lines hidden ---
125
126#
127# kerberos. Do not run the admin daemons on slave servers
128#
129kerberos4_server_enable="NO" # Run a kerberos IV master server (or NO).
130kerberos4_server="/usr/sbin/kerberos" # path to kerberos IV KDC
131kadmind4_server_enable="NO" # Run kadmind (or NO)
132kadmind4_server="/usr/sbin/kadmind" # path to kerberos IV admin daemon

--- 257 unchanged lines hidden ---