mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 06:42:51 +01:00
Remove sleep before moused, problem fixed with new consolectl device
This commit is contained in:
parent
b1538b1658
commit
02601dae20
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18192
@ -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 '.'
|
||||
|
@ -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 '.'
|
||||
|
Loading…
Reference in New Issue
Block a user