summaryrefslogtreecommitdiffstats
path: root/etc/defaults/rc.conf
diff options
context:
space:
mode:
authorgordon <gordon@FreeBSD.org>2002-06-13 22:27:31 +0000
committergordon <gordon@FreeBSD.org>2002-06-13 22:27:31 +0000
commitc61b4c2e3d37d795fa74f9d97e181d9de2fc77a8 (patch)
treec363925ac2b5cdfb596c06d02ac11b564ab52ab9 /etc/defaults/rc.conf
parent0af5b0e9624c97691e150431d870fc606e6fa732 (diff)
downloadFreeBSD-src-c61b4c2e3d37d795fa74f9d97e181d9de2fc77a8.zip
FreeBSD-src-c61b4c2e3d37d795fa74f9d97e181d9de2fc77a8.tar.gz
Add a couple of variables for rc.d
Submitted by: Mike Makonnen
Diffstat (limited to 'etc/defaults/rc.conf')
-rw-r--r--etc/defaults/rc.conf12
1 files changed, 12 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index fd67f0e..cfb3de8 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -19,6 +19,9 @@
### Important initial Boot-time options ####################
##############################################################
+rc_ng="NO" # Set to YES to enable new-style rc. Experimental.
+rc_info="YES" # Enables display of informational messages at boot.
+rcshutdown_timeout="30" # Seconds to wait before terminating rc.shutdown
swapfile="NO" # Set to name of swapfile if aux swapfile desired.
apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
apmd_enable="NO" # Run apmd to handle APM event from userland.
@@ -125,9 +128,17 @@ inetd_flags="-wW" # Optional flags to inetd
# named. It may be possible to run named in a sandbox, man security for
# details.
#
+named_rcng="NO" # XXX Temporary. Enable to use new rc
+ # functionality in support of named. See
+ # variables below.
named_enable="NO" # Run named, the DNS server (or NO).
named_program="/usr/sbin/named" # path to named, if you want a different one.
named_flags="-u bind -g bind" # Flags for named
+named_chrootdir="" # Chroot directory (or "" not to auto-chroot it)
+named_chroot_autoupdate="YES" # Automatically install/update chrooted
+ # components of named. See /etc/rc.d/named.
+named_symlink_enable="YES" # Symlink /var/run/named.pid and /var/run/ndc
+ # to their chrooted counterparts.
#
# kerberos. Do not run the admin daemons on slave servers
@@ -387,6 +398,7 @@ entropy_save_num="8" # Number of entropy cache files to save.
harvest_interrupt="YES" # Entropy device harvests interrupt randomness
harvest_ethernet="YES" # Entropy device harvests ethernet randomness
harvest_p_to_p="YES" # Entropy device harvests point-to-point randomness
+dmesg_enable="YES" # Save dmesg(8) to /var/run/dmesg.boot
##############################################################
### Define source_rc_confs, the mechanism used by /etc/rc.* ##
OpenPOWER on IntegriCloud