mirror of
https://github.com/freebsd/freebsd-src
synced 2024-11-05 18:22:52 +00:00
MF22: If moused started, also enable it for console vty.
PR: 4525
This commit is contained in:
parent
a1138a1695
commit
6ae8628b06
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=29338
2 changed files with 4 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.28 1997/06/02 06:43:52 markm Exp $
|
||||
# $Id: rc.i386,v 1.29 1997/07/06 07:19:12 peter Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
|
@ -102,6 +102,7 @@ fi
|
|||
if [ "X${moused_type}" != X"NO" ] ; then
|
||||
echo -n ' moused'
|
||||
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
|
||||
vidcontrol -m on
|
||||
fi
|
||||
echo '.'
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.28 1997/06/02 06:43:52 markm Exp $
|
||||
# $Id: rc.i386,v 1.29 1997/07/06 07:19:12 peter Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
|
@ -102,6 +102,7 @@ fi
|
|||
if [ "X${moused_type}" != X"NO" ] ; then
|
||||
echo -n ' moused'
|
||||
moused ${moused_flags} -p ${moused_port} -t ${moused_type}
|
||||
vidcontrol -m on
|
||||
fi
|
||||
echo '.'
|
||||
|
||||
|
|
Loading…
Reference in a new issue