diff options
author | jkh <jkh@FreeBSD.org> | 1997-09-14 12:16:36 +0000 |
---|---|---|
committer | jkh <jkh@FreeBSD.org> | 1997-09-14 12:16:36 +0000 |
commit | 90a1a3c63246b4fdaa220dc4081cb8b44160237d (patch) | |
tree | 9f46f741b820eb71d836f9b33ddcb5629d52d139 /etc/etc.i386 | |
parent | 1425e326d1f36875e626494d211b5a2508463c49 (diff) | |
download | FreeBSD-src-90a1a3c63246b4fdaa220dc4081cb8b44160237d.zip FreeBSD-src-90a1a3c63246b4fdaa220dc4081cb8b44160237d.tar.gz |
DTRT with ${viddev} in the same way as the other vidcontrol entries.
Reminded by: bde
Diffstat (limited to 'etc/etc.i386')
-rw-r--r-- | etc/etc.i386/rc.i386 | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/etc.i386/rc.i386 b/etc/etc.i386/rc.i386 index 19f022e..550b2a2 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 '.' |