summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1998-03-07 09:02:08 +0000
committerjkh <jkh@FreeBSD.org>1998-03-07 09:02:08 +0000
commit9e870e747ef0838534372a27df4565a3a85a199f (patch)
tree67130fc2e966869eebb3d68f6f8e8ca74f5fbc92 /etc
parent75d39d7a552fc717e9e539107a8fcbf6d84d0e44 (diff)
downloadFreeBSD-src-9e870e747ef0838534372a27df4565a3a85a199f.zip
FreeBSD-src-9e870e747ef0838534372a27df4565a3a85a199f.tar.gz
New moused flag.
Submitted by: Kazutaka YOKOTA <yokota@zodiac.mech.utsunomiya-u.ac.jp>
Diffstat (limited to 'etc')
-rw-r--r--etc/etc.amd64/rc.amd644
-rw-r--r--etc/etc.i386/rc.i3864
-rw-r--r--etc/rc.conf7
3 files changed, 8 insertions, 7 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index 550b2a2..d4f2a47 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.30 1997/09/13 18:03:41 jkh Exp $
+# $Id: rc.i386,v 1.31 1997/09/14 12:16:36 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/etc.i386/rc.i386 b/etc/etc.i386/rc.i386
index 550b2a2..d4f2a47 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.30 1997/09/13 18:03:41 jkh Exp $
+# $Id: rc.i386,v 1.31 1997/09/14 12:16:36 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 f1bff36..1977a47 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.38 1998/02/16 19:21:30 guido Exp $
+# $Id: rc.conf,v 1.39 1998/02/17 03:05:32 jseger Exp $
##############################################################
### Important initial Boot-time options #####################
@@ -118,8 +118,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.
OpenPOWER on IntegriCloud