summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/rc.i386
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1996-09-09 19:59:14 +0000
committerache <ache@FreeBSD.org>1996-09-09 19:59:14 +0000
commit773f2751605acdf76a2f11f276e3fe2c3cb4a04b (patch)
tree13793442b4866593b1da8d7067587dec0fcd305a /etc/etc.i386/rc.i386
parent2738bc864288d6ad1dc21a8768fce0a3efd298f0 (diff)
downloadFreeBSD-src-773f2751605acdf76a2f11f276e3fe2c3cb4a04b.zip
FreeBSD-src-773f2751605acdf76a2f11f276e3fe2c3cb4a04b.tar.gz
Remove sleep before moused, problem fixed with new consolectl device
Diffstat (limited to 'etc/etc.i386/rc.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 3ac0b42..17e6c4d 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.16 1996/06/23 20:54:42 ache Exp $
+# $Id: rc.i386,v 1.17 1996/09/07 19:04:48 ache Exp $
# Do i386 specific processing
#
@@ -95,7 +95,7 @@ fi
# mouse daemon
if [ "X${mousedtype}" != XNO ] ; then
echo -n ' moused'
- (sleep 20; moused ${mousedflags} -p ${mousedport} -t ${mousedtype}) &
+ moused ${mousedflags} -p ${mousedport} -t ${mousedtype}
fi
echo '.'
OpenPOWER on IntegriCloud