diff options
Diffstat (limited to 'etc/rc.conf')
-rw-r--r-- | etc/rc.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/rc.conf b/etc/rc.conf index d437227..45ec7d6 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.66 1998/12/16 17:14:16 ghelmer Exp $ +# $Id: rc.conf,v 1.67 1998/12/19 07:25:56 dillon Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -147,7 +147,7 @@ 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="300" # blank time (in seconds) or "NO" to turn it off. -saver="NO" # screen saver: blank/daemon/green/snake/star/NO. +saver="NO" # screen saver: blank/daemon/green/snake/star/warp/NO. moused_enable="NO" # Run the mouse daemon. moused_type="auto" # See man page for rc.conf(5) for available settings. moused_port="/dev/cuaa0" # Set to your mouse port. |