From 4ba534c963734fcd3b6a972f873baae5bb42e76f Mon Sep 17 00:00:00 2001 From: "Jordan K. Hubbard" Date: Sun, 14 Sep 1997 12:16:36 +0000 Subject: [PATCH] DTRT with ${viddev} in the same way as the other vidcontrol entries. Reminded by: bde --- etc/etc.amd64/rc.amd64 | 4 ++-- etc/etc.i386/rc.i386 | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/etc/etc.amd64/rc.amd64 b/etc/etc.amd64/rc.amd64 index 19f022ebd55..550b2a24191 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 '.' diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index 19f022ebd55..550b2a24191 100644 --- a/etc/etc.i386/rc.i386 +++ b/etc/etc.i386/rc.i386 @@ -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 '.'