Deleted Added
full compact
rc.conf (290197) rc.conf (291536)
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 290197 2015-10-30 15:52:10Z trasz $
18# $FreeBSD: head/etc/defaults/rc.conf 291536 2015-11-30 22:29:11Z rmacklem $
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

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

321autofs_enable="NO" # Run autofs daemons.
322automount_flags="" # Flags to automount(8) (if autofs enabled).
323automountd_flags="" # Flags to automountd(8) (if autofs enabled).
324autounmountd_flags="" # Flags to autounmountd(8) (if autofs enabled).
325nfs_client_enable="NO" # This host is an NFS client (or NO).
326nfs_access_cache="60" # Client cache timeout in seconds
327nfs_server_enable="NO" # This host is an NFS server (or NO).
328nfs_server_flags="-u -t" # Flags to nfsd (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

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

321autofs_enable="NO" # Run autofs daemons.
322automount_flags="" # Flags to automount(8) (if autofs enabled).
323automountd_flags="" # Flags to automountd(8) (if autofs enabled).
324autounmountd_flags="" # Flags to autounmountd(8) (if autofs enabled).
325nfs_client_enable="NO" # This host is an NFS client (or NO).
326nfs_access_cache="60" # Client cache timeout in seconds
327nfs_server_enable="NO" # This host is an NFS server (or NO).
328nfs_server_flags="-u -t" # Flags to nfsd (if enabled).
329nfs_server_managegids="NO" # The NFS server maps gids for AUTH_SYS (or NO).
329mountd_enable="NO" # Run mountd (or NO).
330mountd_flags="-r" # Flags to mountd (if NFS server enabled).
331weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
332nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
333nfs_bufpackets="" # bufspace (in packets) for client
334rpc_lockd_enable="NO" # Run NFS rpc.lockd needed for client/server.
335rpc_lockd_flags="" # Flags to rpc.lockd (if enabled).
336rpc_statd_enable="NO" # Run NFS rpc.statd needed for client/server.

--- 366 unchanged lines hidden ---
330mountd_enable="NO" # Run mountd (or NO).
331mountd_flags="-r" # Flags to mountd (if NFS server enabled).
332weak_mountd_authentication="NO" # Allow non-root mount requests to be served.
333nfs_reserved_port_only="NO" # Provide NFS only on secure port (or NO).
334nfs_bufpackets="" # bufspace (in packets) for client
335rpc_lockd_enable="NO" # Run NFS rpc.lockd needed for client/server.
336rpc_lockd_flags="" # Flags to rpc.lockd (if enabled).
337rpc_statd_enable="NO" # Run NFS rpc.statd needed for client/server.

--- 366 unchanged lines hidden ---