summaryrefslogtreecommitdiffstats
path: root/etc/sysconfig
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1996-08-21 23:15:37 +0000
committerjkh <jkh@FreeBSD.org>1996-08-21 23:15:37 +0000
commit2da1db6ea869d363d2b95c24f7947a1905a0183d (patch)
treefffee7bb987a3a6ba6670ca9f9550d6132c45bbb /etc/sysconfig
parent3e034d2897eb45e4c246c22cf48082af26eea6d2 (diff)
downloadFreeBSD-src-2da1db6ea869d363d2b95c24f7947a1905a0183d.zip
FreeBSD-src-2da1db6ea869d363d2b95c24f7947a1905a0183d.tar.gz
Add a new "swapfile" variable so that you can add a file as a additional
swap as the system is coming up.
Diffstat (limited to 'etc/sysconfig')
-rw-r--r--etc/sysconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/etc/sysconfig b/etc/sysconfig
index 5da75aa..cdea2c3 100644
--- a/etc/sysconfig
+++ b/etc/sysconfig
@@ -4,7 +4,7 @@
# This is sysconfig - a file full of useful variables that you can set
# to change the default startup behavior of your system.
#
-# $Id: sysconfig,v 1.46 1996/05/13 02:21:16 jkh Exp $
+# $Id: sysconfig,v 1.47 1996/06/23 20:54:26 ache Exp $
######################### Start Of Local Configuration Section ###########
@@ -209,6 +209,10 @@ dumpdev=NO
# Set to YES if you want kernel crashdumps to be saved for debugging
savecore=NO
+# Set to an additional swapfile you'd like to have added to preallocated swap
+# space during system boot (or NO for none).
+swapfile=NO
+
# Set to YES if you want to run Kerberos authentication
kerberos_server=NO
OpenPOWER on IntegriCloud