Deleted Added
full compact
rc.conf (300906) rc.conf (301226)
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 300906 2016-05-28 17:43:40Z asomers $
18# $FreeBSD: head/etc/defaults/rc.conf 301226 2016-06-02 19:06:04Z lidl $
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

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

265iscsid_enable="NO" # iSCSI initiator daemon.
266iscsictl_enable="NO" # iSCSI initiator autostart.
267iscsictl_flags="-Aa" # Optional flags to iscsictl.
268hastd_enable="NO" # Run the HAST daemon (YES/NO).
269hastd_program="/sbin/hastd" # path to hastd, if you want a different one.
270hastd_flags="" # Optional flags to hastd.
271ctld_enable="NO" # CAM Target Layer / iSCSI target daemon.
272local_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

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

265iscsid_enable="NO" # iSCSI initiator daemon.
266iscsictl_enable="NO" # iSCSI initiator autostart.
267iscsictl_flags="-Aa" # Optional flags to iscsictl.
268hastd_enable="NO" # Run the HAST daemon (YES/NO).
269hastd_program="/sbin/hastd" # path to hastd, if you want a different one.
270hastd_flags="" # Optional flags to hastd.
271ctld_enable="NO" # CAM Target Layer / iSCSI target daemon.
272local_unbound_enable="NO" # local caching resolver
273blacklistd_enable="YES" # Run blacklistd daemon (YES/NO).
274blacklistd_flags="" # Optional flags for blacklistd(8).
273
274#
275# kerberos. Do not run the admin daemons on slave servers
276#
277kdc_enable="NO" # Run a kerberos 5 KDC (or NO).
278kdc_program="/usr/libexec/kdc" # path to kerberos 5 KDC
279kdc_flags="" # Additional flags to the kerberos 5 KDC
280kadmind_enable="NO" # Run kadmind (or NO)

--- 459 unchanged lines hidden ---
275
276#
277# kerberos. Do not run the admin daemons on slave servers
278#
279kdc_enable="NO" # Run a kerberos 5 KDC (or NO).
280kdc_program="/usr/libexec/kdc" # path to kerberos 5 KDC
281kdc_flags="" # Additional flags to the kerberos 5 KDC
282kadmind_enable="NO" # Run kadmind (or NO)

--- 459 unchanged lines hidden ---