From 7b04a1870848bd14cdaef0f6d4863a6cb60f6f0a Mon Sep 17 00:00:00 2001 From: jkh Date: Tue, 23 Jun 1998 03:09:26 +0000 Subject: [PATCH] Use a default blanktime (otherwise it shows up as "NO" in sysinstall's menus). --- etc/rc.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/etc/rc.conf b/etc/rc.conf index 72d08276336..0f740914de0 100644 --- a/etc/rc.conf +++ b/etc/rc.conf @@ -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. -- 2.45.2