summaryrefslogtreecommitdiffstats
path: root/etc/etc.amd64/rc.amd64
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.amd64/rc.amd64')
-rw-r--r--etc/etc.amd64/rc.amd644
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64
index f1d322a..1f6ef5e 100644
--- a/etc/etc.amd64/rc.amd64
+++ b/etc/etc.amd64/rc.amd64
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.25 1997/05/03 11:22:17 jkh Exp $
+# $Id: rc.i386,v 1.26 1997/05/19 07:46:51 jkh Exp $
# Do i386 specific processing
#
@@ -99,7 +99,7 @@ if [ "X${saver}" != X"NO" ] ; then
fi
# mouse daemon
-if [ "X${moused_type}" != XNO ] ; then
+if [ "X${moused_type}" != X"NO" ] ; then
echo -n ' moused'
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
fi
OpenPOWER on IntegriCloud