Deleted Added
full compact
rc.conf (135775) rc.conf (135875)
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 135775 2004-09-24 22:47:10Z dougb $
16# $FreeBSD: head/etc/defaults/rc.conf 135875 2004-09-28 09:46:00Z dougb $
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22rc_debug="NO" # Set to YES to enable debugging output from rc.d
23rc_info="NO" # Enables display of informational messages at boot.
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

159#
160# named. It may be possible to run named in a sandbox, man security for
161# details.
162#
163named_enable="NO" # Run named, the DNS server (or NO).
164named_program="/usr/sbin/named" # path to named, if you want a different one.
165named_flags="-u bind" # Flags for named
166named_pidfile="/var/run/named/pid" # Must set this in named.conf as well
17
18##############################################################
19### Important initial Boot-time options ####################
20##############################################################
21
22rc_debug="NO" # Set to YES to enable debugging output from rc.d
23rc_info="NO" # Enables display of informational messages at boot.
24rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

159#
160# named. It may be possible to run named in a sandbox, man security for
161# details.
162#
163named_enable="NO" # Run named, the DNS server (or NO).
164named_program="/usr/sbin/named" # path to named, if you want a different one.
165named_flags="-u bind" # Flags for named
166named_pidfile="/var/run/named/pid" # Must set this in named.conf as well
167named_chrootdir="" # Chroot directory (or "" not to auto-chroot it)
167named_chrootdir="/var/named" # Chroot directory (or "" not to auto-chroot it)
168named_chroot_autoupdate="YES" # Automatically install/update chrooted
169 # components of named. See /etc/rc.d/named.
170named_symlink_enable="YES" # Symlink the chrooted pid file
171
172#
173# kerberos. Do not run the admin daemons on slave servers
174#
175kerberos5_server_enable="NO" # Run a kerberos 5 master server (or NO).

--- 342 unchanged lines hidden ---
168named_chroot_autoupdate="YES" # Automatically install/update chrooted
169 # components of named. See /etc/rc.d/named.
170named_symlink_enable="YES" # Symlink the chrooted pid file
171
172#
173# kerberos. Do not run the admin daemons on slave servers
174#
175kerberos5_server_enable="NO" # Run a kerberos 5 master server (or NO).

--- 342 unchanged lines hidden ---