aboutsummaryrefslogtreecommitdiff
path: root/etc/etc.i386
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>1996-09-07 19:04:48 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>1996-09-07 19:04:48 +0000
commit87dc1283f87ea8823d8970a49b3da64e88e4ffae (patch)
tree431e5ada8eec6075f3218fc6c5e9c41ceb27fc00 /etc/etc.i386
parent47a5bd3f21a95b05b96426276c37735a8b296777 (diff)
downloadsrc-87dc1283f87ea8823d8970a49b3da64e88e4ffae.tar.gz
src-87dc1283f87ea8823d8970a49b3da64e88e4ffae.zip
Make moused actually work:
add sleep 20 before moused starts. It allows all getties to activate screens.
Notes
Notes: svn path=/head/; revision=18111
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 f2cff0178330..3ac0b42430d6 100644
--- a/etc/etc.i386/rc.i386
+++ b/etc/etc.i386/rc.i386
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $Id: rc.i386,v 1.15 1996/01/31 15:02:54 mpp Exp $
+# $Id: rc.i386,v 1.16 1996/06/23 20:54:42 ache Exp $
# Do i386 specific processing
#
@@ -95,7 +95,7 @@ fi
# mouse daemon
if [ "X${mousedtype}" != XNO ] ; then
echo -n ' moused'
- moused ${mousedflags} -p ${mousedport} -t ${mousedtype}
+ (sleep 20; moused ${mousedflags} -p ${mousedport} -t ${mousedtype}) &
fi
echo '.'