Deleted Added
full compact
rc.conf (295471) rc.conf (295949)
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 295471 2016-02-10 16:13:59Z feld $
18# $FreeBSD: head/etc/defaults/rc.conf 295949 2016-02-24 01:32:12Z araujo $
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

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

248#ppp_profile2_nat="NO" # Override nat mode for profile2
249# profile3 uses default ppp_mode and ppp_nat
250
251### Network daemon (miscellaneous) ###
252hostapd_enable="NO" # Run hostap daemon.
253syslogd_enable="YES" # Run syslog daemon (or NO).
254syslogd_program="/usr/sbin/syslogd" # path to syslogd, if you want a different one.
255syslogd_flags="-s" # Flags to syslogd (if enabled).
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

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

248#ppp_profile2_nat="NO" # Override nat mode for profile2
249# profile3 uses default ppp_mode and ppp_nat
250
251### Network daemon (miscellaneous) ###
252hostapd_enable="NO" # Run hostap daemon.
253syslogd_enable="YES" # Run syslog daemon (or NO).
254syslogd_program="/usr/sbin/syslogd" # path to syslogd, if you want a different one.
255syslogd_flags="-s" # Flags to syslogd (if enabled).
256syslogd_oomprotect="YES" # Don't kill syslogd when swap space is exhausted.
256altlog_proglist="" # List of chrooted applicatioins in /var
257inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
258inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one.
259inetd_flags="-wW -C 60" # Optional flags to inetd
260iscsid_enable="NO" # iSCSI initiator daemon.
261iscsictl_enable="NO" # iSCSI initiator autostart.
262iscsictl_flags="-Aa" # Optional flags to iscsictl.
263hastd_enable="NO" # Run the HAST daemon (YES/NO).

--- 471 unchanged lines hidden ---
257altlog_proglist="" # List of chrooted applicatioins in /var
258inetd_enable="NO" # Run the network daemon dispatcher (YES/NO).
259inetd_program="/usr/sbin/inetd" # path to inetd, if you want a different one.
260inetd_flags="-wW -C 60" # Optional flags to inetd
261iscsid_enable="NO" # iSCSI initiator daemon.
262iscsictl_enable="NO" # iSCSI initiator autostart.
263iscsictl_flags="-Aa" # Optional flags to iscsictl.
264hastd_enable="NO" # Run the HAST daemon (YES/NO).

--- 471 unchanged lines hidden ---