diff options
author | jkh <jkh@FreeBSD.org> | 1997-05-21 00:23:54 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-05-21 00:23:54 +0000 |
commit | 82e784db92e05c013056237968319eb667d4b5c2 (patch) | |
tree | 045a52c50a123d0e98250c557682c335d86009d2 /etc | |
parent | 86fd58c179c55c61f1f10045ae3b9c755ad820b0 (diff) | |
download | FreeBSD-src-82e784db92e05c013056237968319eb667d4b5c2.zip FreeBSD-src-82e784db92e05c013056237968319eb667d4b5c2.tar.gz |
Add a space to moused_port line.
PR: 3644
Submitted by: Michael Perlman <canuck@caam.rice.edu>
Diffstat (limited to 'etc')
-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 e77999b..8fe006a 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.10 1997/05/19 03:20:22 jkh Exp $ +# $Id: rc.conf,v 1.11 1997/05/19 07:46:48 jkh Exp $ ############################################################## ### Important initial Boot-time options ##################### @@ -108,7 +108,7 @@ font8x8="NO" # font 8x8 from /usr/share/syscons/fonts/* (or NO). blanktime="NO" # blank time (in seconds) or "NO" to turn it off. saver="NO" # screen saver desired: blank/green/snake/star/NO. moused_type="NO" # See man page for rc.conf(8) for available settings. -moused_port="/dev/cuaa0"# Set to your mouse port (required if mousetype set) +moused_port="/dev/cuaa0" # Set to your mouse port (required if mousetype set) moused_flags="" # Any additional flags to moused. |