summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386')
-rw-r--r--etc/etc.i386/rc.i3864
1 files changed, 2 insertions, 2 deletions
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
OpenPOWER on IntegriCloud