mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
DTRT with ${viddev} in the same way as the other vidcontrol entries.
Reminded by: bde
This commit is contained in:
parent
cf41704c63
commit
4ba534c963
2 changed files with 4 additions and 4 deletions
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.29 1997/07/06 07:19:12 peter Exp $
|
||||
# $Id: rc.i386,v 1.30 1997/09/13 18:03:41 jkh Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
|
|
@ -102,7 +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
|
||||
vidcontrol <${viddev} -m on
|
||||
fi
|
||||
echo '.'
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh -
|
||||
#
|
||||
# $Id: rc.i386,v 1.29 1997/07/06 07:19:12 peter Exp $
|
||||
# $Id: rc.i386,v 1.30 1997/09/13 18:03:41 jkh Exp $
|
||||
# Do i386 specific processing
|
||||
#
|
||||
|
||||
|
|
@ -102,7 +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
|
||||
vidcontrol <${viddev} -m on
|
||||
fi
|
||||
echo '.'
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue