Deleted Added
full compact
rc.conf (170085) rc.conf (170618)
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 170085 2007-05-29 06:22:14Z dougb $
18# $FreeBSD: head/etc/defaults/rc.conf 170618 2007-06-12 17:33:23Z gshapiro $
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

478sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission
479sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost"
480 # Flags for localhost-only MTA
481sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO).
482sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound only)
483sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO).
484sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
485 # Flags for sendmail_msp_queue daemon.
19
20##############################################################
21### Important initial Boot-time options ####################
22##############################################################
23
24rc_debug="NO" # Set to YES to enable debugging output from rc.d
25rc_info="NO" # Enables display of informational messages at boot.
26rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown

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

478sendmail_submit_enable="YES" # Start a localhost-only MTA for mail submission
479sendmail_submit_flags="-L sm-mta -bd -q30m -ODaemonPortOptions=Addr=localhost"
480 # Flags for localhost-only MTA
481sendmail_outbound_enable="YES" # Dequeue stuck mail (YES/NO).
482sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail (outbound only)
483sendmail_msp_queue_enable="YES" # Dequeue stuck clientmqueue mail (YES/NO).
484sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
485 # Flags for sendmail_msp_queue daemon.
486sendmail_rebuild_aliases="NO" # Run newaliases if necessary (YES/NO).
486
487
488##############################################################
489### Miscellaneous administrative options ###################
490##############################################################
491
492auditd_enable="NO" # Run the audit daemon.
493auditd_program="/usr/sbin/auditd" # Path to the audit daemon.

--- 131 unchanged lines hidden ---
487
488
489##############################################################
490### Miscellaneous administrative options ###################
491##############################################################
492
493auditd_enable="NO" # Run the audit daemon.
494auditd_program="/usr/sbin/auditd" # Path to the audit daemon.

--- 131 unchanged lines hidden ---