summaryrefslogtreecommitdiffstats
path: root/etc/defaults
diff options
context:
space:
mode:
authorcrees <crees@FreeBSD.org>2013-06-12 16:44:17 +0000
committercrees <crees@FreeBSD.org>2013-06-12 16:44:17 +0000
commit5219f99e6a6b2825f119d9181112455eacffa110 (patch)
tree0e7fe8efeedf506398362edf9939ba4877755a22 /etc/defaults
parentefd62e8968170842115fd3214dacd8c6daca3e19 (diff)
downloadFreeBSD-src-5219f99e6a6b2825f119d9181112455eacffa110.zip
FreeBSD-src-5219f99e6a6b2825f119d9181112455eacffa110.tar.gz
Clean up swapfile memory disk on shutdown
Make the md unit number configurable so that it can be predicted PR: bin/168544 Submitted by: wblock (based on) Approved by: kevlo
Diffstat (limited to 'etc/defaults')
-rw-r--r--etc/defaults/rc.conf1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/defaults/rc.conf b/etc/defaults/rc.conf
index 3760fc0..687b092 100644
--- a/etc/defaults/rc.conf
+++ b/etc/defaults/rc.conf
@@ -33,6 +33,7 @@ always_force_depends="NO" # Set to check that indicated dependencies are
# running during boot (can increase boot time).
swapfile="NO" # Set to name of swapfile if aux swapfile desired.
+swapfile_mdunit="99" # Swapfile md(4) unit number created by mdconfig(8).
apm_enable="NO" # Set to YES to enable APM BIOS functions (or NO).
apmd_enable="NO" # Run apmd to handle APM event from userland.
apmd_flags="" # Flags to apmd (if enabled).
OpenPOWER on IntegriCloud