summaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorJordan K. Hubbard <jkh@FreeBSD.org>1998-03-07 09:06:19 +0000
committerJordan K. Hubbard <jkh@FreeBSD.org>1998-03-07 09:06:19 +0000
commit849c9a9907a4dd5d4bed92fffaf2243eda4e0105 (patch)
treebab9a9228c803c2da6de0ea9e9ef4a29c46c711c /etc
parent2e7e86003314e44d079262fc1831ab1bea439c13 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.i386/rc.i3864
-rw-r--r--etc/rc.conf7
2 files changed, 6 insertions, 5 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index 2510d7ea55c8..0a25af3e2221 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.18.2.8 1997/09/13 18:02:56 jkh Exp $
+# $Id: rc.i386,v 1.18.2.9 1997/09/14 12:17:26 jkh Exp $
# Do i386 specific processing
#
@@ -99,7 +99,7 @@ if [ "X${saver}" != X"NO" ] ; then
fi
# mouse daemon
-if [ "X${moused_type}" != X"NO" ] ; then
+if [ "X${moused_enable}" = X"YES" ] ; then
echo -n ' moused'
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
vidcontrol <${viddev} -m on
diff --git a/etc/rc.conf b/etc/rc.conf
index a8a1fc631447..7d68d54b913b 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.1.2.36 1998/02/23 20:21:05 guido Exp $
+# $Id: rc.conf,v 1.1.2.37 1998/02/27 20:49:12 jkh Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -117,8 +117,9 @@ 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.
saver="NO" # screen saver: blank/daemon/green/snake/star/NO.
-moused_type="NO" # See man page for rc.conf(5) for available settings.
-moused_port="/dev/cuaa0" # Set to your mouse port (required if mousetype set).
+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.
moused_flags="" # Any additional flags to moused.