Deleted Added
full compact
rc.conf (271257) rc.conf (271262)
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 271257 2014-09-08 09:33:43Z des $
18# $FreeBSD: head/etc/defaults/rc.conf 271262 2014-09-08 12:26:52Z des $
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24#rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot

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

262iscsid_enable="NO" # iSCSI initiator daemon.
263iscsictl_enable="NO" # iSCSI initiator autostart.
264iscsictl_flags="-Aa" # Optional flags to iscsictl.
265hastd_enable="NO" # Run the HAST daemon (YES/NO).
266hastd_program="/sbin/hastd" # path to hastd, if you want a different one.
267hastd_flags="" # Optional flags to hastd.
268ctld_enable="NO" # CAM Target Layer / iSCSI target daemon.
269local_unbound_enable="NO" # local caching resolver
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24#rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rc_startmsgs="YES" # Show "Starting foo:" messages at boot

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

262iscsid_enable="NO" # iSCSI initiator daemon.
263iscsictl_enable="NO" # iSCSI initiator autostart.
264iscsictl_flags="-Aa" # Optional flags to iscsictl.
265hastd_enable="NO" # Run the HAST daemon (YES/NO).
266hastd_program="/sbin/hastd" # path to hastd, if you want a different one.
267hastd_flags="" # Optional flags to hastd.
268ctld_enable="NO" # CAM Target Layer / iSCSI target daemon.
269local_unbound_enable="NO" # local caching resolver
270local_unbound_program="/usr/sbin/unbound"
271local_unbound_workdir=/var/unbound
272local_unbound_config="${local_unbound_workdir}/unbound.conf"
273local_unbound_flags="-c${local_unbound_config}"
274local_unbound_forwardconf="${local_unbound_workdir}/forward.conf}"
275local_unbound_anchor="${local_unbound_workdir}/root.key"
276local_unbound_forwarders=""
277
278#
279# kerberos. Do not run the admin daemons on slave servers
280#
281kdc_enable="NO" # Run a kerberos 5 KDC (or NO).
282kdc_program="/usr/libexec/kdc" # path to kerberos 5 KDC
283kdc_flags="" # Additional flags to the kerberos 5 KDC
284kadmind_enable="NO" # Run kadmind (or NO)

--- 431 unchanged lines hidden ---
270
271#
272# kerberos. Do not run the admin daemons on slave servers
273#
274kdc_enable="NO" # Run a kerberos 5 KDC (or NO).
275kdc_program="/usr/libexec/kdc" # path to kerberos 5 KDC
276kdc_flags="" # Additional flags to the kerberos 5 KDC
277kadmind_enable="NO" # Run kadmind (or NO)

--- 431 unchanged lines hidden ---