On Tue, 02 Dec 2025 20:51:33 +0100
Dag-Erling Smørgrav <[email protected]> wrote:

> A FreeBSD User <[email protected]> writes:
> > Dag-Erling Smørgrav <[email protected]> writes:  
> > > As a workaround, add this to /boot/loader.conf:
> > > 
> > >     net.inet.ip.fw.default_to_accept="1"  
> > the above "trick" doesn't help.  
> 
> This is concerning.
> 
> The fact that `dhclient em0` works after the firewall is up proves that
> the firewall rules themselves are not the issue.  I therefore assumed
> that the problem was that dhclient was trying to acquire a lease before
> the firewall was configured.  Switching default_to_accept on should have
> made that possible.  The fact that it doesn't means the firewall isn't
> to blame at all.  Something else is causing dhclient not to run at boot.
> 
> Could you please provide the output from the following command:
> 
>     grep -r '^[^#]' /etc/rc.conf*
> 
> Could you please also provide a log of the boot messages, if possible?
> 
> DES

Having had a feeling that statically compiling in FIREWALL (ipw) support into
my kernel, I tested by excluding the appropritae lines and adding the
/boot/loader.conf.local line again allow packets by default. Result is the very
same.

Attached you'll find the requested files.

A side note: I do etcupdate on a regular basis on all of the maintained boxes.

Kind regards,

oh 
/etc/rc.conf:: ${_localbase:="$(/sbin/sysctl -n user.localbase 2> /dev/null)"}
/etc/rc.conf:: ${_localbase:="/usr/local"}
/etc/rc.conf:rc_info="NO"               # Enables display of informational 
messages at boot.
/etc/rc.conf:rc_startmsgs="YES"         # Show "Starting foo:" messages at boot
/etc/rc.conf:rcshutdown_timeout="90" # Seconds to wait before terminating 
rc.shutdown
/etc/rc.conf:precious_machine="NO"      # Set to YES to get some guards against 
mis-directed
/etc/rc.conf:                        # shutdown(8) commands
/etc/rc.conf:early_late_divider="FILESYSTEMS"   # Script that separates 
early/late
/etc/rc.conf:                   # stages of the boot process.  Make sure you 
know
/etc/rc.conf:                   # the ramifications if you change this.
/etc/rc.conf:                   # See rc.conf(5) for more details.
/etc/rc.conf:always_force_depends="NO"  # Set to check that indicated 
dependencies are
/etc/rc.conf:                           # running during boot (can increase 
boot time).
/etc/rc.conf:apm_enable="NO"            # Set to YES to enable APM BIOS 
functions (or NO).
/etc/rc.conf:apmd_enable="NO"   # Run apmd to handle APM event from userland.
/etc/rc.conf:apmd_flags=""              # Flags to apmd (if enabled).
/etc/rc.conf:ddb_enable="NO"            # Set to YES to load ddb scripts at 
boot.
/etc/rc.conf:ddb_config="/etc/ddb.conf" # ddb(8) config file.
/etc/rc.conf:devd_enable="YES"  # Run devd, to trigger programs on device tree 
changes.
/etc/rc.conf:devd_flags=""              # Additional flags for devd(8).
/etc/rc.conf:devmatch_enable="YES"      # Demand load kernel modules based on 
device ids.
/etc/rc.conf:devmatch_blocklist=""      # List of modules (w/o .ko) to exclude 
from devmatch.
/etc/rc.conf:kldxref_enable="YES"       # Build linker.hints files with 
kldxref(8).
/etc/rc.conf:kldxref_clobber="NO"       # Overwrite old linker.hints at boot.
/etc/rc.conf:kldxref_module_path=""     # Override kern.module_path. A 
';'-delimited list.
/etc/rc.conf:powerd_enable="YES"        # Run powerd to lower our power usage.
/etc/rc.conf:powerd_flags=""            # Flags to powerd (if enabled).
/etc/rc.conf:tmpmfs="AUTO"              # Set to YES to always create an mfs 
/tmp, NO to never
/etc/rc.conf:tmpsize="20m"              # Size of mfs /tmp if created
/etc/rc.conf:tmpmfs_flags="-S"  # Extra mdmfs options for the mfs /tmp
/etc/rc.conf:utx_enable="YES"   # Enable user accounting
/etc/rc.conf:varmfs="AUTO"              # Set to YES to always create an mfs 
/var, NO to never
/etc/rc.conf:varsize="32m"              # Size of mfs /var if created
/etc/rc.conf:varmfs_flags="-S"  # Extra mount options for the mfs /var
/etc/rc.conf:mfs_type="auto"            # "md", "tmpfs", "auto" to prefer tmpfs 
with md as fallback
/etc/rc.conf:populate_var="AUTO"        # Set to YES to always (re)populate 
/var, NO to never
/etc/rc.conf:cleanvar_enable="YES"      # Clean the /var directory
/etc/rc.conf:var_run_enable="YES"       # Save/restore /var/run structure at 
shutdown/reboot
/etc/rc.conf:var_run_autosave="YES"     # Only restore /var/run structure at 
shutdown/reboot
/etc/rc.conf:                   # The user is expected to issue service var_run 
save to
/etc/rc.conf:                   # manually save the /var/run mtree
/etc/rc.conf:var_run_mtree="/var/db/mtree/BSD.var-run.mtree"
/etc/rc.conf:                   # Where to save /var/run mtree
/etc/rc.conf:local_startup="${_localbase}/etc/rc.d" # startup script dirs.
/etc/rc.conf:script_name_sep=" "        # Change if your startup scripts' names 
contain spaces
/etc/rc.conf:rc_conf_files="/etc/rc.conf /etc/rc.conf.local"
/etc/rc.conf:zfs_enable="YES"           # Set to YES to automatically mount ZFS 
file systems
/etc/rc.conf:zfskeys_enable="NO"        # Set YES to autoload ZFS encryption 
keys
/etc/rc.conf:zfs_bootonce_activate="NO" # Set YES to make successful bootonce 
BE permanent
/etc/rc.conf:zpool_reguid=""            # Set to zpools for which the GUID 
should be replaced
/etc/rc.conf:                   # upon first boot.
/etc/rc.conf:zpool_upgrade=""   # Set to zpools for which the version should be 
upgraded
/etc/rc.conf:                   # upon first boot.
/etc/rc.conf:zfsd_enable="NO"   # Set to YES to automatically start the ZFS 
fault
/etc/rc.conf:                   # management daemon.
/etc/rc.conf:gptboot_enable="YES"       # GPT boot success/failure reporting.
/etc/rc.conf:geli_devices=""            # List of devices to automatically 
attach in addition to
/etc/rc.conf:                   # GELI devices listed in /etc/fstab.
/etc/rc.conf:geli_groups=""             # List of groups containing devices to 
automatically
/etc/rc.conf:                   # attach with the same keyfiles and passphrase
/etc/rc.conf:geli_tries=""              # Number of times to attempt attaching 
geli device.
/etc/rc.conf:                   # If empty, kern.geom.eli.tries will be used.
/etc/rc.conf:geli_default_flags=""      # Default flags for geli(8).
/etc/rc.conf:geli_autodetach="YES"      # Automatically detach on last close.
/etc/rc.conf:                   # Providers are marked as such when all file 
systems are
/etc/rc.conf:                   # mounted.
/etc/rc.conf:root_rw_mount="YES"        # Set to NO to inhibit remounting root 
read-write.
/etc/rc.conf:root_hold_delay="30"       # Time to wait for root mount hold 
release.
/etc/rc.conf:fsck_flags="-p"            # May be changed to -f (or -f -y) to 
force a full fsck
/etc/rc.conf:fsck_y_enable="YES"        # Set to YES to do fsck -y if the 
initial preen fails.
/etc/rc.conf:fsck_y_flags="-T ffs:-R -T ufs:-R" # Additional flags for fsck -y
/etc/rc.conf:background_fsck="YES"      # Attempt to run fsck in the background 
where possible.
/etc/rc.conf:background_fsck_delay="60" # Time to wait (seconds) before 
starting the fsck.
/etc/rc.conf:growfs_enable="NO" # Set to YES to attempt to grow the root 
filesystem on boot
/etc/rc.conf:growfs_swap_size=""        # Set to 0 to disable growfs swap, "" 
to default size,
/etc/rc.conf:                   # size in bytes to specify swap size.
/etc/rc.conf:netfs_types="nfs:NFS smbfs:SMB" # Net filesystems.
/etc/rc.conf:extra_netfs_types="NO"     # List of network extra filesystem 
types for delayed
/etc/rc.conf:                   # mount at startup (or NO).
/etc/rc.conf:hostname="hermann"                 # Set this!
/etc/rc.conf:hostid_enable="YES"                # Set host UUID.
/etc/rc.conf:hostid_file="/etc/hostid"  # File with hostuuid.
/etc/rc.conf:hostid_uuidgen_flags="-r"  # Flags to uuidgen.
/etc/rc.conf:machine_id_file="/etc/machine-id"  # File with machine-id.
/etc/rc.conf:nisdomainname="NO"         # Set to NIS domain if using NIS (or 
NO).
/etc/rc.conf:dhclient_program="/sbin/dhclient"  # Path to dhcp client program.
/etc/rc.conf:dhclient_flags=""          # Extra flags to pass to dhcp client.
/etc/rc.conf:background_dhclient="NO"   # Start dhcp client in the background.
/etc/rc.conf:dhclient_arpwait="YES"             # Wait for ARP resolution
/etc/rc.conf:synchronous_dhclient="NO"  # Start dhclient directly on configured
/etc/rc.conf:                           # interfaces during startup.
/etc/rc.conf:defaultroute_delay="30"            # Time to wait for a default 
route on a DHCP interface.
/etc/rc.conf:defaultroute_carrier_delay="5"     # Time to wait for carrier 
while waiting for a default route.
/etc/rc.conf:netif_enable="YES"         # Set to YES to initialize network 
interfaces
/etc/rc.conf:netif_ipexpand_max="2048"  # Maximum number of IP addrs in a range 
spec.
/etc/rc.conf:wpa_supplicant_program="/usr/sbin/wpa_supplicant"
/etc/rc.conf:wpa_supplicant_flags="-s"  # Extra flags to pass to wpa_supplicant
/etc/rc.conf:wpa_supplicant_conf_file="/etc/wpa_supplicant.conf"
/etc/rc.conf:firewall_enable="YES"              # Set to YES to enable firewall 
functionality
/etc/rc.conf:firewall_script="/etc/rc.firewall" # Which script to run to set up 
the firewall
/etc/rc.conf:firewall_type="workstation"                # Firewall type (see 
/etc/rc.firewall)
/etc/rc.conf:firewall_quiet="NO"                # Set to YES to suppress rule 
display
/etc/rc.conf:firewall_logging="NO"              # Set to YES to enable events 
logging
/etc/rc.conf:firewall_logif="YES"               # Set to YES to create 
logging-pseudo interface
/etc/rc.conf:firewall_flags=""          # Flags passed to ipfw when type is a 
file
/etc/rc.conf:firewall_coscripts=""              # List of executables/scripts 
to run after
/etc/rc.conf:                           # firewall starts/stops
/etc/rc.conf:firewall_client_net="192.0.2.0/24" # IPv4 Network address for 
"client"
/etc/rc.conf:                           # firewall.
/etc/rc.conf:                           # "client" firewall.
/etc/rc.conf:firewall_simple_iif="em1"  # Inside network interface for "simple"
/etc/rc.conf:                           # firewall.
/etc/rc.conf:firewall_simple_inet="192.0.2.16/28" # Inside network address for 
"simple"
/etc/rc.conf:                           # firewall.
/etc/rc.conf:firewall_simple_oif="em0"  # Outside network interface for "simple"
/etc/rc.conf:                           # firewall.
/etc/rc.conf:firewall_simple_onet="192.0.2.0/28" # Outside network address for 
"simple"
/etc/rc.conf:                           # firewall.
/etc/rc.conf:                           # firewall.
/etc/rc.conf:                           # for "simple" firewall.
/etc/rc.conf:                           # firewall.
/etc/rc.conf:                           # for "simple" firewall.
/etc/rc.conf:firewall_myservices="22/tcp"               # List of 
ports/protocols on which this host
/etc/rc.conf:                           # offers services for "workstation" 
firewall.
/etc/rc.conf:firewall_allowservices="any"       # List of IPs which have access 
to
/etc/rc.conf:                           # $firewall_myservices for "workstation"
/etc/rc.conf:                           # firewall.
/etc/rc.conf:firewall_trusted=""                # List of IPs which have full 
access to this
/etc/rc.conf:                           # host for "workstation" firewall.
/etc/rc.conf:firewall_logdeny="NO"              # Set to YES to log default 
denied incoming
/etc/rc.conf:                           # packets for "workstation" firewall.
/etc/rc.conf:firewall_nologports="135-139,445 1026,1027 1433,1434" # List of 
TCP/UDP ports
/etc/rc.conf:                           # for which denied incoming packets are 
not
/etc/rc.conf:                           # logged for "workstation" firewall.
/etc/rc.conf:firewall_nat_enable="NO"   # Enable kernel NAT (if firewall_enable 
== YES)
/etc/rc.conf:firewall_nat_interface=""  # Public interface or IPaddress to use
/etc/rc.conf:firewall_nat_flags=""              # Additional configuration 
parameters
/etc/rc.conf:firewall_nat64_enable="NO" # Enable kernel NAT64 module.
/etc/rc.conf:firewall_nptv6_enable="NO" # Enable kernel NPTv6 module.
/etc/rc.conf:firewall_pmod_enable="NO"  # Enable kernel protocols modification 
module.
/etc/rc.conf:dummynet_enable="NO"               # Load the dummynet(4) module
/etc/rc.conf:ipfw_netflow_enable="NO"   # Enable netflow logging via ng_netflow
/etc/rc.conf:ip_portrange_first="NO"            # Set first dynamically 
allocated port
/etc/rc.conf:ip_portrange_last="NO"             # Set last dynamically 
allocated port
/etc/rc.conf:ike_enable="NO"                    # Enable IKE daemon (usually 
racoon or isakmpd)
/etc/rc.conf:ike_program="${_localbase}/sbin/isakmpd"   # Path to IKE daemon
/etc/rc.conf:ike_flags=""                       # Additional flags for IKE 
daemon
/etc/rc.conf:ipsec_enable="NO"          # Set to YES to run setkey on ipsec_file
/etc/rc.conf:ipsec_file="/etc/ipsec.conf"       # Name of config file for setkey
/etc/rc.conf:natd_program="/sbin/natd"  # path to natd, if you want a different 
one.
/etc/rc.conf:natd_enable="NO"           # Enable natd (if firewall_enable == 
YES).
/etc/rc.conf:natd_interface=""          # Public interface or IPaddress to use.
/etc/rc.conf:natd_flags=""                      # Additional flags for natd.
/etc/rc.conf:ipfilter_enable="NO"               # Set to YES to enable ipfilter 
functionality
/etc/rc.conf:ipfilter_program="/sbin/ipf"       # where the ipfilter program 
lives
/etc/rc.conf:ipfilter_rules="/etc/ipf.rules"    # rules definition file for 
ipfilter, see
/etc/rc.conf:                           # /usr/src/share/examples/ipfilter for 
examples
/etc/rc.conf:ipfilter_flags=""          # additional flags for ipfilter
/etc/rc.conf:ipfilter_optionlist=""             # optionlist for ipf(8) -T
/etc/rc.conf:ippool_enable="NO"         # Set to YES to enable ip filter pools
/etc/rc.conf:ippool_program="/sbin/ippool"      # where the ippool program lives
/etc/rc.conf:ippool_rules="/etc/ippool.tables"  # rules definition file for 
ippool
/etc/rc.conf:ippool_flags=""                    # additional flags for ippool
/etc/rc.conf:ipnat_enable="NO"          # Set to YES to enable ipnat 
functionality
/etc/rc.conf:ipnat_program="/sbin/ipnat"        # where the ipnat program lives
/etc/rc.conf:ipnat_rules="/etc/ipnat.rules"     # rules definition file for 
ipnat
/etc/rc.conf:ipnat_flags=""                     # additional flags for ipnat
/etc/rc.conf:ipmon_enable="NO"          # Set to YES for ipmon; needs ipfilter 
or ipnat
/etc/rc.conf:ipmon_program="/sbin/ipmon"        # where the ipfilter monitor 
program lives
/etc/rc.conf:ipmon_flags="-Ds"          # typically "-Ds" or "-D 
/var/log/ipflog"
/etc/rc.conf:ipfs_enable="NO"           # Set to YES to enable saving and 
restoring
/etc/rc.conf:                           # of state tables at shutdown and boot
/etc/rc.conf:ipfs_program="/sbin/ipfs"  # where the ipfs program lives
/etc/rc.conf:ipfs_flags=""                      # additional flags for ipfs
/etc/rc.conf:pf_enable="NO"                     # Set to YES to enable packet 
filter (pf)
/etc/rc.conf:pf_rules="/etc/pf.conf"            # rules definition file for pf 
(nonexistent
/etc/rc.conf:                           # by default)
/etc/rc.conf:pf_program="/sbin/pfctl"   # where the pfctl program lives
/etc/rc.conf:pf_flags=""                        # additional flags for pfctl
/etc/rc.conf:pf_fallback_rules_enable="NO"      # fallback if loading ruleset 
fails
/etc/rc.conf:pf_fallback_rules="block drop log all"     # rules to load on pf 
ruleset failure
/etc/rc.conf:pf_fallback_rules_file="/etc/pf-fallback.conf"     # rules file on 
ruleset failure
/etc/rc.conf:pflog_enable="NO"          # Set to YES to enable packet filter 
logging
/etc/rc.conf:pflog_logfile="/var/log/pflog"     # where pflogd should store the 
logfile
/etc/rc.conf:pflog_program="/sbin/pflogd"       # where the pflogd program lives
/etc/rc.conf:pflog_flags=""                     # additional flags for pflogd
/etc/rc.conf:dnctl_enable="NO"
/etc/rc.conf:dnctl_program="/sbin/dnctl"
/etc/rc.conf:dnctl_rules="/etc/dnctl.conf"
/etc/rc.conf:ftpproxy_enable="NO"               # Set to YES to enable 
ftp-proxy(8) for pf
/etc/rc.conf:ftpproxy_flags=""          # additional flags for ftp-proxy(8)
/etc/rc.conf:pfsync_enable="NO"         # Expose pf state to other hosts for 
syncing
/etc/rc.conf:pfsync_syncdev=""          # Interface for pfsync to work through
/etc/rc.conf:pfsync_syncpeer=""         # IP address of pfsync peer host
/etc/rc.conf:pfsync_ifconfig=""         # Additional options to ifconfig(8) for 
pfsync
/etc/rc.conf:tcp_extensions="YES"               # Set to NO to turn off RFC1323 
extensions.
/etc/rc.conf:log_in_vain="0"                    # >=1 to log connects to ports 
w/o listeners.
/etc/rc.conf:tcp_keepalive="YES"                # Enable stale TCP connection 
timeout (or NO).
/etc/rc.conf:tcp_drop_synfin="NO"               # Set to YES to drop TCP 
packets with SYN+FIN
/etc/rc.conf:                           # NOTE: this violates the TCP 
specification
/etc/rc.conf:icmp_drop_redirect="auto"  # Set to YES to ignore ICMP REDIRECT 
packets
/etc/rc.conf:icmp_log_redirect="NO"             # Set to YES to log ICMP 
REDIRECT packets
/etc/rc.conf:network_interfaces="auto"  # List of network interfaces (or 
"auto").
/etc/rc.conf:cloned_interfaces="lagg0"          # List of cloned network 
interfaces to create.
/etc/rc.conf:wlandebug_wlan0="+state+crypto+node+auth+assoc+dot1xsm+wpa+power"  
# Set debug flags with wlandebug(8)
/etc/rc.conf:ppp_enable="NO"            # Start user-ppp (or NO).
/etc/rc.conf:ppp_program="/usr/sbin/ppp"        # Path to user-ppp program.
/etc/rc.conf:ppp_mode="auto"            # Choice of "auto", "ddial", "direct" 
or "dedicated".
/etc/rc.conf:                   # For details see man page for ppp(8). Default 
is auto.
/etc/rc.conf:ppp_nat="YES"              # Use PPP's internal network address 
translation or NO.
/etc/rc.conf:ppp_profile="papchap"      # Which profile to use from 
/etc/ppp/ppp.conf.
/etc/rc.conf:ppp_user="root"            # Which user to run ppp as
/etc/rc.conf:ifconfig_em0="DHCP"
/etc/rc.conf:ifconfig_em0_ipv6="inet6 accept_rtadv -ifdisabled nud -no_radr 
auto_linklocal"
/etc/rc.conf:ifconfig_ue0="up"
/etc/rc.conf:ifconfig_ue0_ipv6="inet6 accept_rtadv -ifdisabled nud -no_radr 
auto_linklocal"
/etc/rc.conf:wlans_iwlwifi0="wlan0"
/etc/rc.conf:ifconfig_wlan0="DHCP WPA"
/etc/rc.conf:ifconfig_wlan0_ipv6="inet6 accept_rtadv -ifdisabled nud -no_radr 
auto_linklocal"
/etc/rc.conf:create_args_wlan0="country DE regdomain ETSI"
/etc/rc.conf:hostapd_program="/usr/sbin/hostapd"
/etc/rc.conf:hostapd_enable="NO"                # Run hostap daemon.
/etc/rc.conf:syslogd_enable="YES"               # Run syslog daemon (or NO).
/etc/rc.conf:syslogd_program="/usr/sbin/syslogd" # path to syslogd, if you want 
a different one.
/etc/rc.conf:syslogd_flags="-C -v -s"           # Flags to syslogd (if enabled).
/etc/rc.conf:syslogd_oomprotect="YES"   # Don't kill syslogd when swap space is 
exhausted. 
/etc/rc.conf:altlog_proglist=""         # List of chrooted applicatioins in /var
/etc/rc.conf:inetd_enable="NO"          # Run the network daemon dispatcher 
(YES/NO).
/etc/rc.conf:inetd_program="/usr/sbin/inetd"    # path to inetd, if you want a 
different one.
/etc/rc.conf:inetd_flags="-wW -C 60"            # Optional flags to inetd
/etc/rc.conf:iscsid_enable="NO"         # iSCSI initiator daemon.
/etc/rc.conf:iscsictl_enable="NO"               # iSCSI initiator autostart.
/etc/rc.conf:iscsictl_flags="-Aa"               # Optional flags to iscsictl.
/etc/rc.conf:hastd_enable="NO"          # Run the HAST daemon (YES/NO).
/etc/rc.conf:hastd_program="/sbin/hastd"        # path to hastd, if you want a 
different one.
/etc/rc.conf:hastd_flags=""                     # Optional flags to hastd.
/etc/rc.conf:ggated_enable="NO"         # Run the ggate daemon (YES/NO).
/etc/rc.conf:ggated_config="/etc/gg.exports"    # ggated(8) exports file.
/etc/rc.conf:ggated_flags=""                    # Extra parameters like which 
port to bind to.
/etc/rc.conf:ctld_enable="YES"          # CAM Target Layer / iSCSI target 
daemon.
/etc/rc.conf:local_unbound_enable="YES" # Local caching resolver
/etc/rc.conf:local_unbound_oomprotect="YES"     # Don't kill local_unbound when 
swap space is exhausted.
/etc/rc.conf:local_unbound_tls="NO"             # Use DNS over TLS
/etc/rc.conf:blacklistd_enable="NO"             # Renamed to blocklistd_enable.
/etc/rc.conf:blacklistd_flags=""                # Renamed to blocklistd_flags.
/etc/rc.conf:blocklistd_enable="YES"            # Run blocklistd daemon 
(YES/NO).
/etc/rc.conf:blocklistd_flags=""                # Optional flags for 
blocklistd(8).
/etc/rc.conf:resolv_enable="YES"                # Enable resolv / resolvconf
/etc/rc.conf:kdc_enable="NO"                    # Run a kerberos 5 KDC (or NO).
/etc/rc.conf:kdc_program=""                     # path to kerberos 5 KDC
/etc/rc.conf:kdc_flags=""                       # Additional flags to the 
kerberos 5 KDC
/etc/rc.conf:kdc_restart="NO"           # Auto restart kdc on abnormal 
termination
/etc/rc.conf:kdc_restart_delay=""               # Auto restart delay seconds
/etc/rc.conf:kadmind_enable="NO"                # Run kadmind (or NO)
/etc/rc.conf:kadmind_program="/usr/libexec/kadmind"     # path to kadmind
/etc/rc.conf:kpasswdd_enable="NO"               # Run kpasswdd (or NO)
/etc/rc.conf:kpasswdd_program="/usr/libexec/kpasswdd" # path to kpasswdd
/etc/rc.conf:kfd_enable="NO"                    # Run kfd (or NO)
/etc/rc.conf:kfd_program="/usr/libexec/kfd"     # path to kerberos 5 kfd daemon
/etc/rc.conf:kfd_flags=""
/etc/rc.conf:ipropd_master_enable="NO"  # Run Heimdal incremental propagation 
daemon
/etc/rc.conf:                           # (master daemon).
/etc/rc.conf:ipropd_master_program="/usr/libexec/ipropd-master"
/etc/rc.conf:ipropd_master_flags=""             # Flags to ipropd-master.
/etc/rc.conf:ipropd_master_keytab="/etc/krb5.keytab"    # keytab for 
ipropd-master.
/etc/rc.conf:ipropd_master_slaves=""            # slave node names used for 
/var/heimdal/slaves.
/etc/rc.conf:ipropd_slave_enable="NO"   # Run Heimdal incremental propagation 
daemon
/etc/rc.conf:                           # (slave daemon).
/etc/rc.conf:ipropd_slave_program="/usr/libexec/ipropd-slave"
/etc/rc.conf:ipropd_slave_flags=""              # Flags to ipropd-slave.
/etc/rc.conf:ipropd_slave_keytab="/etc/krb5.keytab"     # keytab for 
ipropd-slave.
/etc/rc.conf:ipropd_slave_master=""             # master node name.
/etc/rc.conf:gssd_enable="NO"           # Run the gssd daemon (or NO).
/etc/rc.conf:gssd_program="/usr/sbin/gssd"      # Path to gssd.
/etc/rc.conf:gssd_flags=""                      # Flags for gssd.
/etc/rc.conf:rwhod_enable="NO"          # Run the rwho daemon (or NO).
/etc/rc.conf:rwhod_flags=""                     # Flags for rwhod
/etc/rc.conf:rarpd_enable="NO"          # Run rarpd (or NO).
/etc/rc.conf:rarpd_flags="-a"           # Flags to rarpd.
/etc/rc.conf:bootparamd_enable="NO"             # Run bootparamd (or NO).
/etc/rc.conf:bootparamd_flags=""                # Flags to bootparamd
/etc/rc.conf:pppoed_enable="NO"         # Run the PPP over Ethernet daemon.
/etc/rc.conf:pppoed_provider="*"                # Provider and ppp(8) config 
file entry.
/etc/rc.conf:pppoed_flags="-P /var/run/pppoed.pid"      # Flags to pppoed (if 
enabled).
/etc/rc.conf:pppoed_interface="em0"             # The interface that pppoed 
runs on.
/etc/rc.conf:sshd_enable="YES"          # Enable sshd
/etc/rc.conf:sshd_oomprotect="YES"              # Don't kill sshd when swap 
space is exhausted.
/etc/rc.conf:sshd_program="/usr/sbin/sshd"      # path to sshd, if you want a 
different one.
/etc/rc.conf:sshd_flags=""                      # Additional flags for sshd.
/etc/rc.conf:autofs_enable="YES"                # Run autofs daemons.
/etc/rc.conf:automount_flags=""         # Flags to automount(8) (if autofs 
enabled).
/etc/rc.conf:automountd_flags=""                # Flags to automountd(8) (if 
autofs enabled).
/etc/rc.conf:autounmountd_flags=""              # Flags to autounmountd(8) (if 
autofs enabled).
/etc/rc.conf:nfs_client_enable="NO"             # This host is an NFS client 
(or NO).
/etc/rc.conf:nfs_access_cache="60"              # Client cache timeout in 
seconds
/etc/rc.conf:nfs_server_enable="NO"             # This host is an NFS server 
(or NO).
/etc/rc.conf:nfs_server_flags="-u -t"   # Flags to nfsd (if enabled).
/etc/rc.conf:nfs_server_managegids="NO" # The NFS server maps gids for AUTH_SYS 
(or NO).
/etc/rc.conf:nfs_server_maxio="131072"  # Maximum I/O size for the nfsd.
/etc/rc.conf:mountd_enable="NO"         # Run mountd (or NO).
/etc/rc.conf:mountd_flags="-r -S"               # Flags to mountd (if NFS 
server enabled).
/etc/rc.conf:weak_mountd_authentication="NO"    # Allow non-root mount requests 
to be served.
/etc/rc.conf:nfs_reserved_port_only="YES"       # Provide NFS only on secure 
port (or NO).
/etc/rc.conf:nfs_bufpackets=""          # bufspace (in packets) for client
/etc/rc.conf:rpc_lockd_enable="NO"              # Run NFS rpc.lockd needed for 
client/server.
/etc/rc.conf:rpc_lockd_flags=""         # Flags to rpc.lockd (if enabled).
/etc/rc.conf:rpc_statd_enable="NO"              # Run NFS rpc.statd needed for 
client/server.
/etc/rc.conf:rpc_statd_flags=""         # Flags to rpc.statd (if enabled).
/etc/rc.conf:rpcbind_enable="YES"               # Run the portmapper service 
(YES/NO).
/etc/rc.conf:rpcbind_program="/usr/sbin/rpcbind"        # path to rpcbind, if 
you want a different one.
/etc/rc.conf:rpcbind_flags=""           # Flags to rpcbind (if enabled).
/etc/rc.conf:rpc_ypupdated_enable="NO"  # Run if NIS master and SecureRPC (or 
NO).
/etc/rc.conf:nfsv4_server_enable="NO"   # Enable support for NFSv4
/etc/rc.conf:nfsv4_server_only="NO"             # Set NFS server to NFSv4 only
/etc/rc.conf:nfscbd_enable="NO"         # NFSv4 client side callback daemon
/etc/rc.conf:nfscbd_flags=""                    # Flags for nfscbd
/etc/rc.conf:nfsuserd_enable="NO"               # NFSv4 user/group name mapping 
daemon
/etc/rc.conf:nfsuserd_flags=""          # Flags for nfsuserd
/etc/rc.conf:tlsclntd_enable="NO"               # Run rpc.tlsclntd needed for 
NFS-over-TLS mount
/etc/rc.conf:tlsclntd_flags=""          # Flags for rpc.tlsclntd
/etc/rc.conf:tlsservd_enable="NO"               # Run rpc.tlsservd needed for 
NFS-over-TLS nfsd
/etc/rc.conf:tlsservd_flags=""          # Flags for rpc.tlsservd
/etc/rc.conf:ntpdate_enable="NO"                # Run ntpdate to sync time on 
boot (or NO).
/etc/rc.conf:ntpdate_program="/usr/sbin/ntpdate"        # path to ntpdate, if 
you want a different one.
/etc/rc.conf:ntpdate_flags="-b"         # Flags to ntpdate (if enabled).
/etc/rc.conf:ntpdate_config="/etc/ntp.conf"     # ntpdate(8) configuration file
/etc/rc.conf:ntpdate_hosts=""           # Whitespace-separated list of 
ntpdate(8) servers.
/etc/rc.conf:ntpd_enable="YES"          # Run ntpd Network Time Protocol (or 
NO).
/etc/rc.conf:ntpd_program="/usr/sbin/ntpd"      # path to ntpd, if you want a 
different one.
/etc/rc.conf:ntpd_config="/etc/ntp.conf"        # ntpd(8) configuration file
/etc/rc.conf:ntpd_sync_on_start="NO"            # Sync time on ntpd startup, 
even if offset is high
/etc/rc.conf:ntpd_flags=""                      # Additional flags to ntpd
/etc/rc.conf:ntp_src_leapfile="/etc/ntp/leap-seconds"
/etc/rc.conf:                           # Initial source for ntpd leapfile
/etc/rc.conf:ntp_db_leapfile="/var/db/ntpd.leap-seconds.list"
/etc/rc.conf:                           # Canonical place to get the leap 
seconds from
/etc/rc.conf:ntp_leapfile_sources="https://hpiers.obspm.fr/iers/bul/bulc/ntp/leap-seconds.list
 https://data.iana.org/time-zones/tzdb/leap-seconds.list";
/etc/rc.conf:                           # Source from which to fetch leapfile
/etc/rc.conf:ntp_leapfile_fetch_opts="-mq"      # Options to use for ntp 
leapfile fetch,
/etc/rc.conf:                           # e.g. --no-verify-peer
/etc/rc.conf:ntp_leapfile_expiry_days=30        # Check for new leapfile 30 
days prior to
/etc/rc.conf:                           # expiry.
/etc/rc.conf:ntp_leapfile_fetch_verbose="NO"    # Be verbose during NTP 
leapfile fetch
/etc/rc.conf:nis_client_enable="NO"             # We're an NIS client (or NO).
/etc/rc.conf:nis_client_flags=""                # Flags to ypbind (if enabled).
/etc/rc.conf:nis_ypset_enable="NO"              # Run ypset at boot time (or 
NO).
/etc/rc.conf:nis_ypset_flags=""         # Flags to ypset (if enabled).
/etc/rc.conf:nis_server_enable="NO"             # We're an NIS server (or NO).
/etc/rc.conf:nis_server_flags=""                # Flags to ypserv (if enabled).
/etc/rc.conf:nis_ypxfrd_enable="NO"             # Run rpc.ypxfrd at boot time 
(or NO).
/etc/rc.conf:nis_ypxfrd_flags=""                # Flags to rpc.ypxfrd (if 
enabled).
/etc/rc.conf:nis_yppasswdd_enable="NO"  # Run rpc.yppasswdd at boot time (or 
NO).
/etc/rc.conf:nis_yppasswdd_flags=""             # Flags to rpc.yppasswdd (if 
enabled).
/etc/rc.conf:nis_ypldap_enable="NO"             # Run ypldap at boot time (or 
NO).
/etc/rc.conf:nis_ypldap_flags=""                # Flags to ypldap (if enabled).
/etc/rc.conf:bsnmpd_enable="NO"         # Run the SNMP daemon (or NO).
/etc/rc.conf:bsnmpd_flags=""                    # Flags for bsnmpd.
/etc/rc.conf:defaultrouter="NO"         # Set to default gateway (or NO).
/etc/rc.conf:static_arp_pairs=""                # Set to static ARP list (or 
leave empty).
/etc/rc.conf:static_ndp_pairs=""                # Set to static NDP list (or 
leave empty).
/etc/rc.conf:static_routes=""           # Set to static route list (or leave 
empty).
/etc/rc.conf:gateway_enable="NO"                # Set to YES if this host will 
be a gateway.
/etc/rc.conf:routed_enable="NO"         # Set to YES to enable a routing daemon.
/etc/rc.conf:routed_program="/sbin/routed"      # Name of routing daemon to use 
if enabled.
/etc/rc.conf:routed_flags="-q"          # Flags for routing daemon.
/etc/rc.conf:arpproxy_all="NO"          # replaces obsolete kernel option 
ARP_PROXYALL.
/etc/rc.conf:forward_sourceroute="NO"   # do source routing (only if 
gateway_enable is set to "YES")
/etc/rc.conf:accept_sourceroute="NO"            # accept source routed packets 
to us
/etc/rc.conf:hcsecd_enable="YES"                # Enable hcsecd(8) (or NO)
/etc/rc.conf:hcsecd_config="/etc/bluetooth/hcsecd.conf" # hcsecd(8) 
configuration file
/etc/rc.conf:sdpd_enable="NO"           # Enable sdpd(8) (or NO)
/etc/rc.conf:sdpd_control="/var/run/sdp"        # sdpd(8) control socket
/etc/rc.conf:sdpd_groupname="nobody"            # set spdp(8) user/group to run 
as after
/etc/rc.conf:sdpd_username="nobody"             # it initializes
/etc/rc.conf:bthidd_enable="NO"         # Enable bthidd(8) (or NO)
/etc/rc.conf:bthidd_config="/etc/bluetooth/bthidd.conf" # bthidd(8) 
configuration file
/etc/rc.conf:bthidd_hids="/var/db/bthidd.hids" # bthidd(8) known HID devices 
file
/etc/rc.conf:bthidd_evdev_support="AUTO"        # AUTO depends on EVDEV_SUPPORT 
kernel option
/etc/rc.conf:rfcomm_pppd_server_enable="NO"     # Enable rfcomm_pppd(8) in 
server mode (or NO)
/etc/rc.conf:rfcomm_pppd_server_profile="one two"       # Profile to use from 
/etc/ppp/ppp.conf
/etc/rc.conf:rfcomm_pppd_server_one_channel="1" # Override local channel for 
'one'
/etc/rc.conf:rfcomm_pppd_server_two_channel="3" # Override local channel for 
'two'
/etc/rc.conf:ubthidhci_enable="NO"              # Switch an USB BT controller 
present on
/etc/rc.conf:                           # numbers for your system.
/etc/rc.conf:netwait_enable="NO"                # Enable rc.d/netwait (or NO)
/etc/rc.conf:netwait_timeout="60"               # Total number of seconds to 
perform pings.
/etc/rc.conf:netwait_if_timeout="30"            # Total number of seconds to 
monitor link state.
/etc/rc.conf:netwait_dad="NO"           # Wait for DAD to complete
/etc/rc.conf:netwait_dad_timeout=""             # Total number of seconds to 
wait for DAD, zero
/etc/rc.conf:                           # or unset to autodetect
/etc/rc.conf:icmp_bmcastecho="NO"       # respond to broadcast ping packets
/etc/rc.conf:ipv6_network_interfaces="auto"     # List of IPv6 network 
interfaces
/etc/rc.conf:                           # (or "auto" or "none").
/etc/rc.conf:ipv6_activate_all_interfaces="NO"  # If NO, interfaces which have 
no
/etc/rc.conf:                                   # corresponding 
$ifconfig_IF_ipv6 is
/etc/rc.conf:                                   # marked as IFDISABLED for 
security
/etc/rc.conf:                                   # reason.
/etc/rc.conf:ipv6_defaultrouter="NO"            # Set to IPv6 default gateway 
(or NO).
/etc/rc.conf:ipv6_static_routes=""              # Set to static route list (or 
leave empty).
/etc/rc.conf:                           #  route toward loopback interface.
/etc/rc.conf:ipv6_gateway_enable="NO"   # Set to YES if this host will be a 
gateway.
/etc/rc.conf:ipv6_cpe_wanif="NO"                # Set to the upstream interface 
name if this
/etc/rc.conf:                           # node will work as a router to forward 
IPv6
/etc/rc.conf:                           # packets not explicitly addressed to 
itself.
/etc/rc.conf:ipv6_privacy="YES"         # Use privacy address on RA-receiving 
IFs
/etc/rc.conf:                           # (RFC 4941)
/etc/rc.conf:route6d_enable="NO"                # Set to YES to enable an IPv6 
routing daemon.
/etc/rc.conf:route6d_program="/usr/sbin/route6d"        # Name of IPv6 routing 
daemon.
/etc/rc.conf:route6d_flags=""           # Flags to IPv6 routing daemon.
/etc/rc.conf:                           # addrs.
/etc/rc.conf:                           # node, you should stop advertisement.
/etc/rc.conf:                                   # or static configuration for 
end node.
/etc/rc.conf:                                   # Choose correct prefix value.
/etc/rc.conf:ipv6_default_interface="NO"        # Default output interface for 
scoped addrs.
/etc/rc.conf:                           # This works only with
/etc/rc.conf:                           # ipv6_gateway_enable="NO".
/etc/rc.conf:rtsol_flags="-i"           # Flags to IPv6 router solicitation.
/etc/rc.conf:rtsold_enable="YES"                # Set to YES to enable an IPv6 
router
/etc/rc.conf:                           # solicitation daemon.
/etc/rc.conf:rtsold_flags="-a -mi"              # Flags to an IPv6 router 
solicitation
/etc/rc.conf:                           # daemon.
/etc/rc.conf:rtadvd_enable="NO"         # Set to YES to enable an IPv6 router
/etc/rc.conf:                           # advertisement daemon. If set to YES,
/etc/rc.conf:                           # this router becomes a possible 
candidate
/etc/rc.conf:                           # IPv6 default router for local subnets.
/etc/rc.conf:rtadvd_flags=""                    # Flags to the IPv6 router 
advertisement daemon.
/etc/rc.conf:rtadvd_interfaces=""               # Interfaces rtadvd sends RA 
packets.
/etc/rc.conf:stf_interface_ipv4addr=""  # Local IPv4 addr for 6to4 IPv6 over 
IPv4
/etc/rc.conf:                           # tunneling interface. Specify this 
entry
/etc/rc.conf:                           # to enable 6to4 interface.
/etc/rc.conf:stf_interface_ipv4plen="0" # Prefix length for 6to4 IPv4 addr,
/etc/rc.conf:                           # to limit peer addr range. Effective 
value
/etc/rc.conf:                           # is 0-31.
/etc/rc.conf:stf_interface_ipv6_ifid="0:0:0:1"  # IPv6 interface id for stf0.
/etc/rc.conf:                           # If you like, you can set "AUTO" for 
this.
/etc/rc.conf:stf_interface_ipv6_slaid="0000"    # IPv6 Site Level Aggregator 
for stf0
/etc/rc.conf:ipv6_ipv4mapping="NO"              # Set to "YES" to enable IPv4 
mapped IPv6 addr
/etc/rc.conf:                           # communication. (like ::ffff:a.b.c.d)
/etc/rc.conf:ip6addrctl_enable="YES"    # Set to YES to enable default address 
selection
/etc/rc.conf:ip6addrctl_verbose="NO"    # Set to YES to enable verbose 
configuration messages
/etc/rc.conf:ip6addrctl_policy="AUTO"   # A pre-defined address selection policy
/etc/rc.conf:                           # (ipv4_prefer, ipv6_prefer, or AUTO)
/etc/rc.conf:keyboard=""                # keyboard device to use (default 
/dev/kbd0).
/etc/rc.conf:keymap="de.kbd"            # keymap in 
/usr/share/{syscons,vt}/keymaps/* (or NO).
/etc/rc.conf:keyrate="fast"             # keyboard rate to: slow, normal, fast 
(or NO).
/etc/rc.conf:keybell="NO"               # See kbdcontrol(1) for options.  Use 
"off" to disable.
/etc/rc.conf:keychange="NO"             # function keys default values (or NO).
/etc/rc.conf:cursor="blink"             # cursor type 
{normal|blink|destructive} (or NO).
/etc/rc.conf:scrnmap="NO"               # screen map in 
/usr/share/syscons/scrnmaps/* (or NO).
/etc/rc.conf:font8x16="NO"              # font 8x16 from 
/usr/share/{syscons,vt}/fonts/* (or NO).
/etc/rc.conf:font8x14="NO"              # font 8x14 from 
/usr/share/{syscons,vt}/fonts/* (or NO).
/etc/rc.conf:font8x8="NO"               # font 8x8 from 
/usr/share/{syscons,vt}/fonts/* (or NO).
/etc/rc.conf:blanktime="300"            # blank time (in seconds) or "NO" to 
turn it off.
/etc/rc.conf:saver="NO"         # screen saver: Uses 
/boot/kernel/${saver}_saver.ko
/etc/rc.conf:moused_nondefault_enable="YES" # Treat non-default mice as enabled 
unless
/etc/rc.conf:                          # specifically overridden in rc.conf(5).
/etc/rc.conf:moused_enable="NO" # Run the mouse daemon.
/etc/rc.conf:moused_type="evdev"        # See man page for rc.conf(5) for 
available settings.
/etc/rc.conf:moused_port="auto" # Set to your mouse port.
/etc/rc.conf:moused_flags=""            # Any additional flags to moused.
/etc/rc.conf:mousechar_start="NO"       # if 0xd0-0xd3 default range is 
occupied in your
/etc/rc.conf:                   # language code table, specify alternative range
/etc/rc.conf:                   # start like mousechar_start=3, see 
vidcontrol(1)
/etc/rc.conf:msconvd_enable="NO"        # Run the mouse protocol conversion 
daemon.
/etc/rc.conf:msconvd_type="auto"        # See rc.conf(5) man page for available 
moused_type-s.
/etc/rc.conf:msconvd_ports=""   # List of msconvd ports.
/etc/rc.conf:msconvd_flags=""   # Any additional flags to msconvd.
/etc/rc.conf:allscreens_flags=""        # Set this vidcontrol mode for all 
virtual screens
/etc/rc.conf:allscreens_kbdflags="-b quiet.visual"      # Set this kbdcontrol 
mode for all virtual screens
/etc/rc.conf:sendmail_enable="NONE"     # Run the sendmail inbound daemon 
(YES/NO/NONE).
/etc/rc.conf:                   # If NONE, don't start any sendmail processes.
/etc/rc.conf:sendmail_pidfile="/var/run/sendmail.pid"   # sendmail pid file
/etc/rc.conf:sendmail_procname="/usr/sbin/sendmail"             # sendmail 
process name
/etc/rc.conf:sendmail_flags="-L sm-mta -bd -q30m" # Flags to sendmail (as a 
server)
/etc/rc.conf:sendmail_cert_create="YES" # Create a server certificate if none 
(YES/NO)
/etc/rc.conf:sendmail_submit_enable="YES"       # Start a localhost-only MTA 
for mail submission
/etc/rc.conf:sendmail_submit_flags="-L sm-mta -bd -q30m 
-ODaemonPortOptions=Addr=localhost"
/etc/rc.conf:                           # Flags for localhost-only MTA
/etc/rc.conf:sendmail_outbound_enable="YES"     # Dequeue stuck mail (YES/NO).
/etc/rc.conf:sendmail_outbound_flags="-L sm-queue -q30m" # Flags to sendmail 
(outbound only)
/etc/rc.conf:sendmail_msp_queue_enable="YES"    # Dequeue stuck clientmqueue 
mail (YES/NO).
/etc/rc.conf:sendmail_msp_queue_flags="-L sm-msp-queue -Ac -q30m"
/etc/rc.conf:                           # Flags for sendmail_msp_queue daemon.
/etc/rc.conf:sendmail_rebuild_aliases="NO"      # Run newaliases if necessary 
(YES/NO).
/etc/rc.conf:auditd_enable="NO" # Run the audit daemon.
/etc/rc.conf:auditd_program="/usr/sbin/auditd"  # Path to the audit daemon.
/etc/rc.conf:auditd_flags=""            # Which options to pass to the audit 
daemon.
/etc/rc.conf:auditdistd_enable="NO"     # Run the audit daemon.
/etc/rc.conf:auditdistd_program="/usr/sbin/auditdistd"  # Path to the 
auditdistd daemon.
/etc/rc.conf:auditdistd_flags=""        # Which options to pass to the 
auditdistd daemon.
/etc/rc.conf:cron_enable="YES"  # Run the periodic job daemon.
/etc/rc.conf:cron_program="/usr/sbin/cron"      # Which cron executable to run 
(if enabled).
/etc/rc.conf:cron_dst="YES"             # Handle DST transitions intelligently 
(YES/NO)
/etc/rc.conf:cron_flags=""              # Which options to pass to the cron 
daemon.
/etc/rc.conf:cfumass_enable="NO"        # Create default LUN for cfumass(4).
/etc/rc.conf:cfumass_dir="/var/cfumass" # File to LUN's contents.
/etc/rc.conf:cfumass_image="/var/tmp/cfumass.img"       # LUN's backing file 
path.
/etc/rc.conf:lpd_enable="NO"            # Run the line printer daemon.
/etc/rc.conf:lpd_program="/usr/sbin/lpd"        # path to lpd, if you want a 
different one.
/etc/rc.conf:lpd_flags=""               # Flags to lpd (if enabled).
/etc/rc.conf:nscd_enable="NO"   # Run the nsswitch caching daemon.
/etc/rc.conf:chkprintcap_enable="NO"    # Run chkprintcap(8) before running lpd.
/etc/rc.conf:chkprintcap_flags="-d"     # Create missing directories by default.
/etc/rc.conf:dumpdev="NO"               # Device to crashdump to (device name, 
AUTO, or NO);
/etc/rc.conf:                   # this should be commented out here
/etc/rc.conf:                   # for stable branches to respect kenv.
/etc/rc.conf:dumpon_flags=""            # Options to pass to dumpon(8), 
followed by dumpdev.
/etc/rc.conf:dumpdir="/var/crash"       # Directory where crash dumps are to be 
stored
/etc/rc.conf:savecore_enable="YES"      # Extract core from dump devices if any
/etc/rc.conf:savecore_flags="-m 10"     # Used if dumpdev is enabled above, and 
present.
/etc/rc.conf:                   # By default, only the 10 most recent kernel 
dumps
/etc/rc.conf:                   # are saved.
/etc/rc.conf:service_delete_empty="NO" # Have 'service delete' remove empty 
rc.conf.d files.
/etc/rc.conf:crashinfo_enable="YES"     # Automatically generate crash dump 
summary.
/etc/rc.conf:crashinfo_program="/usr/sbin/crashinfo"    # Script to generate 
crash dump summary.
/etc/rc.conf:quota_enable="NO"  # turn on quotas on startup (or NO).
/etc/rc.conf:check_quotas="YES" # Check quotas on startup (or NO).
/etc/rc.conf:quotaon_flags="-a" # Turn quotas on for all file systems (if 
enabled)
/etc/rc.conf:quotaoff_flags="-a"        # Turn quotas off for all file systems 
at shutdown
/etc/rc.conf:quotacheck_flags="-a"      # Check all file system quotas (if 
enabled)
/etc/rc.conf:accounting_enable="NO"     # Turn on process accounting (or NO).
/etc/rc.conf:firstboot_sentinel="/firstboot"    # Scripts with "firstboot" 
keyword are run if
/etc/rc.conf:                   # this file exists.  Should be on a R/W 
filesystem so
/etc/rc.conf:                   # the file can be deleted after the boot 
completes.
/etc/rc.conf:sysvipc_enable="NO"        # Load System V IPC primitives at 
startup (or NO).
/etc/rc.conf:linux_enable="NO"  # Linux binary compatibility loaded at startup 
(or NO).
/etc/rc.conf:linux_mounts_enable="YES" # If linux_enable is set to YES, mount 
Linux-specific
/etc/rc.conf:                   # filesystems at startup.
/etc/rc.conf:clear_tmp_enable="YES"     # Clear /tmp at startup.
/etc/rc.conf:clear_tmp_X="YES"  # Clear and recreate X11-related directories in 
/tmp
/etc/rc.conf:ldconfig_insecure="NO"     # Set to YES to disable ldconfig 
security checks
/etc/rc.conf:ldconfig_paths="/usr/lib/compat ${_localbase}/lib 
${_localbase}/lib/compat/pkg"
/etc/rc.conf:                   # shared library search paths
/etc/rc.conf:ldconfig32_paths="/usr/lib32/compat"
/etc/rc.conf:                   # 32-bit compatibility shared library search 
paths
/etc/rc.conf:ldconfig_local_dirs="${_localbase}/libdata/ldconfig"
/etc/rc.conf:                   # Local directories with ldconfig configuration 
files.
/etc/rc.conf:ldconfig_local32_dirs="${_localbase}/libdata/ldconfig32"
/etc/rc.conf:                   # Local directories with 32-bit compatibility 
ldconfig
/etc/rc.conf:                   # configuration files.
/etc/rc.conf:kern_securelevel_enable="NO"       # kernel security level (see 
security(7))
/etc/rc.conf:kern_securelevel="-1"      # range: -1..3 ; `-1' is the most 
insecure
/etc/rc.conf:                   # Note that setting securelevel to 0 will result
/etc/rc.conf:                   # in the system booting with securelevel set to 
1, as
/etc/rc.conf:                   # init(8) will raise the level when rc(8) 
completes.
/etc/rc.conf:update_motd="YES"  # update version info in /var/run/motd (or NO)
/etc/rc.conf:entropy_boot_file="/boot/entropy"  # Set to NO to disable very 
early
/etc/rc.conf:                   # (used at early boot time) entropy caching 
through reboots.
/etc/rc.conf:entropy_file="/entropy"    # Set to NO to disable late (used when 
going multi-user)
/etc/rc.conf:                   # entropy through reboots.
/etc/rc.conf:                   # /var/db/entropy-file is preferred if / is not 
avail.
/etc/rc.conf:entropy_dir="/var/db/entropy" # Set to NO to disable caching 
entropy via cron.
/etc/rc.conf:entropy_save_sz="4096"     # Size of the entropy cache files.
/etc/rc.conf:entropy_save_num="8"       # Number of entropy cache files to save.
/etc/rc.conf:harvest_mask="4607"        # Entropy device harvests all but the 
very invasive sources.
/etc/rc.conf:                   # (See 'sysctl kern.random.harvest' and 
random(4))
/etc/rc.conf:osrelease_enable="YES"     # Update /var/run/os-release on boot 
(or NO).
/etc/rc.conf:osrelease_file="/var/run/os-release" # File to update for 
os-release.
/etc/rc.conf:osrelease_perms="444"      # Default permission for os-release 
file.
/etc/rc.conf:dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot
/etc/rc.conf:dmesg_umask="022"  # Default umask for /var/run/dmesg.boot file.
/etc/rc.conf:watchdogd_enable="NO"      # Start the software watchdog daemon
/etc/rc.conf:watchdogd_flags="" # Flags to watchdogd (if enabled)
/etc/rc.conf:watchdogd_timeout=""       # watchdogd timeout, overrides -t in 
watchdogd_flags
/etc/rc.conf:watchdogd_shutdown_timeout=""      # Timeout to use after 
watchdogd is stopped.
/etc/rc.conf:                           # Has effect only for system shutdown.
/etc/rc.conf:                           # Overrides -x in watchdogd_flags.
/etc/rc.conf:devfs_rulesets="/etc/defaults/devfs.rules /etc/devfs.rules" # 
Files containing
/etc/rc.conf:                                                       # devfs(8) 
rules.
/etc/rc.conf:devfs_system_ruleset=""    # The name (NOT number) of a ruleset to 
apply to /dev
/etc/rc.conf:devfs_set_rulesets=""      # A list of /mount/dev=ruleset_name 
settings to
/etc/rc.conf:                   # apply (must be mounted already, i.e. fstab(5))
/etc/rc.conf:devfs_load_rulesets="YES"  # Enable to always load the default 
rulesets
/etc/rc.conf:performance_cx_lowest="NONE"       # Online CPU idle state
/etc/rc.conf:performance_cpu_freq="NONE"        # Online CPU frequency
/etc/rc.conf:economy_cx_lowest="Cmax"   # Offline CPU idle state
/etc/rc.conf:economy_cpu_freq="NONE"            # Offline CPU frequency
/etc/rc.conf:virecover_enable="YES"     # Perform housekeeping for the vi(1) 
editor
/etc/rc.conf:ugidfw_enable="NO" # Load mac_bsdextended(4) rules on boot
/etc/rc.conf:bsdextended_script="/etc/rc.bsdextended"   # Default 
mac_bsdextended(4)
/etc/rc.conf:                                           # ruleset file.
/etc/rc.conf:newsyslog_enable="YES"     # Run newsyslog at startup.
/etc/rc.conf:newsyslog_flags="-CN"      # Newsyslog flags to create marked files
/etc/rc.conf:mixer_enable="YES" # Run the sound mixer.
/etc/rc.conf:opensm_enable="NO" # Opensm(8) for infiniband devices defaults to 
off
/etc/rc.conf:nuageinit_enable="NO"      # Run nuageinit at startup
/etc/rc.conf:rctl_enable="YES"          # Load rctl(8) rules on boot
/etc/rc.conf:rctl_rules="/etc/rctl.conf"        # rctl(8) ruleset. See 
rctl.conf(5).
/etc/rc.conf:iovctl_files=""            # Config files for iovctl(8)
/etc/rc.conf:jail_enable="NO"   # Set to NO to disable starting of any jails
/etc/rc.conf:jail_conf="/etc/jail.conf" # Configuration file for jail(8)
/etc/rc.conf:jail_confwarn="YES"        # Prevent warning about obsolete 
per-jail configuration
/etc/rc.conf:jail_parallel_start="NO"   # Start jails in the background
/etc/rc.conf:jail_list=""               # Space separated list of names of jails
/etc/rc.conf.local:microcode_update_enable="YES"
/etc/rc.conf.local:nslcd_enable="NO"
/etc/rc.conf.local:dhcp6c_enable="YES"
/etc/rc.conf.local:dhcp6c_interfaces="lagg0"
/etc/rc.conf.local:dhcp6c_flags="-nD"
/etc/rc.conf.local:strongswan_enable="NO"
/etc/rc.conf.local:fusefs_enable="YES"
/etc/rc.conf.local:samba_enable="NO"
/etc/rc.conf.local:nmbd_enable="NO"
/etc/rc.conf.local:smbd_enable="NO"
/etc/rc.conf.local:winbindd_enable="NO"
/etc/rc.conf.local:cupsd_enable="YES"
/etc/rc.conf.local:dbus_enable="YES"
/etc/rc.conf.local:vboxnet_enable="NO"
/etc/rc.conf.local:vboxwebsrv_enable="NO"
/etc/rc.conf.local:saned_enable="YES"
/etc/rc.conf.local:webcamd_enable="YES"
/etc/rc.conf.local:webcamd_flags="-B"
/etc/rc.conf.local:webcamd_0_flags="-d ugen0.6"
/etc/rc.conf.local:smartd_enable="YES"
/etc/rc.conf.local:clamav_clamd_enable="YES"
/etc/rc.conf.local:clamav_milter_enable="YES"
/etc/rc.conf.local:clamav_freshclam_enable="YES"
/etc/rc.conf.local:vm_enable="YES"
/etc/rc.conf.local:vm_dir="zfs:zroot/bhyve"
/etc/rc.conf.local:devmatch_blocklist="${devmatch_blocklist} if_iwm" # List of 
modules (w/o .ko) to exclude from devmatch.
/etc/rc.conf.local:kld_list="${kld_list} linux linux64 i915kms if_ure"
/etc/rc.conf.local.bak:microcode_update_enable="YES"
/etc/rc.conf.local.bak:nslcd_enable="NO"
/etc/rc.conf.local.bak:dhcp6c_enable="YES"
/etc/rc.conf.local.bak:dhcp6c_interfaces="lagg0"
/etc/rc.conf.local.bak:dhcp6c_flags="-nD"
/etc/rc.conf.local.bak:strongswan_enable="YES"
/etc/rc.conf.local.bak:fusefs_enable="YES"
/etc/rc.conf.local.bak:samba_enable="NO"
/etc/rc.conf.local.bak:nmbd_enable="NO"
/etc/rc.conf.local.bak:smbd_enable="NO"
/etc/rc.conf.local.bak:winbindd_enable="NO"
/etc/rc.conf.local.bak:cupsd_enable="YES"
/etc/rc.conf.local.bak:dbus_enable="YES"
/etc/rc.conf.local.bak:vboxnet_enable="NO"
/etc/rc.conf.local.bak:vboxwebsrv_enable="NO"
/etc/rc.conf.local.bak:saned_enable="YES"
/etc/rc.conf.local.bak:webcamd_enable="YES"
/etc/rc.conf.local.bak:webcamd_flags="-B"
/etc/rc.conf.local.bak:webcamd_0_flags="-d ugen0.6"
/etc/rc.conf.local.bak:smartd_enable="YES"
/etc/rc.conf.local.bak:clamav_clamd_enable="YES"
/etc/rc.conf.local.bak:clamav_milter_enable="YES"
/etc/rc.conf.local.bak:clamav_freshclam_enable="YES"
/etc/rc.conf.local.bak:vm_enable="YES"
/etc/rc.conf.local.bak:vm_dir="zfs:zroot/bhyve"
/etc/rc.conf.local.bak:kld_list="linux linux64 /boot/modules/i915kms.ko uarduno"

Attachment: pgp_jGn3qEn6J.pgp
Description: OpenPGP digital signature

Reply via email to