Use a default blanktime (otherwise it shows up as "NO" in sysinstall's menus).

This commit is contained in:
Jordan K. Hubbard 1998-06-23 03:09:26 +00:00
parent 96563a5b55
commit a022a6fe56
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=37111

View file

@ -6,7 +6,7 @@
#
# All arguments must be in double or single quotes.
#
# $Id: rc.conf,v 1.51 1998/05/12 10:50:46 max Exp $
# $Id: rc.conf,v 1.52 1998/06/22 06:34:12 jkoshy Exp $
##############################################################
### Important initial Boot-time options #####################
@ -128,7 +128,7 @@ scrnmap="NO" # screen map in /usr/share/syscons/scrnmaps/* (or NO).
font8x16="NO" # font 8x16 from /usr/share/syscons/fonts/* (or NO).
font8x14="NO" # font 8x14 from /usr/share/syscons/fonts/* (or NO).
font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO).
blanktime="NO" # blank time (in seconds) or "NO" to turn it off.
blanktime="300" # blank time (in seconds) or "NO" to turn it off.
saver="NO" # screen saver: blank/daemon/green/snake/star/NO.
moused_enable="NO" # Run the mouse daemon.
moused_type="auto" # See man page for rc.conf(5) for available settings.