From 90a1a3c63246b4fdaa220dc4081cb8b44160237d Mon Sep 17 00:00:00 2001 From: jkh Date: Sun, 14 Sep 1997 12:16:36 +0000 Subject: DTRT with ${viddev} in the same way as the other vidcontrol entries. Reminded by: bde --- etc/etc.amd64/rc.amd64 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc/etc.amd64') diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index 19f022e..550b2a2 100644 --- a/etc/etc.amd64/rc.amd64 +++ b/etc/etc.amd64/rc.amd64 @@ -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 '.' -- cgit v1.1