Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc Add mux 1 as a keyboard.
details: https://anonhg.NetBSD.org/src/rev/6ef02121c90e
branches: trunk
changeset: 475024:6ef02121c90e
user: augustss <augustss%NetBSD.org@localhost>
date: Thu Jul 29 19:26:08 1999 +0000
description:
Add mux 1 as a keyboard.
diffstat:
etc/rc.wscons | 6 +++++-
etc/wscons.conf | 7 ++++---
2 files changed, 9 insertions(+), 4 deletions(-)
diffs (44 lines):
diff -r 9a08a4c23b62 -r 6ef02121c90e etc/rc.wscons
--- a/etc/rc.wscons Thu Jul 29 19:24:37 1999 +0000
+++ b/etc/rc.wscons Thu Jul 29 19:26:08 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: rc.wscons,v 1.3 1999/05/15 14:28:14 drochner Exp $
+# $NetBSD: rc.wscons,v 1.4 1999/07/29 19:26:08 augustss Exp $
wscfg=/usr/sbin/wsconscfg
wsfld=/usr/sbin/wsfontload
@@ -108,5 +108,9 @@
esac
eval $DOIT $cmd
;;
+ mux)
+ cmd="$wscfg -m $arg1"
+ eval $DOIT $cmd
+ ;;
esac
done ) < $config
diff -r 9a08a4c23b62 -r 6ef02121c90e etc/wscons.conf
--- a/etc/wscons.conf Thu Jul 29 19:24:37 1999 +0000
+++ b/etc/wscons.conf Thu Jul 29 19:26:08 1999 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: wscons.conf,v 1.3 1999/05/15 14:28:14 drochner Exp $
+# $NetBSD: wscons.conf,v 1.4 1999/07/29 19:26:08 augustss Exp $
#
# workstation console configuration
@@ -14,7 +14,7 @@
# screens to create
# idx screen emul
-screen 0 - vt100
+#screen 0 - vt100
screen 1 - vt100
screen 2 - vt100
screen 3 - vt100
@@ -22,4 +22,5 @@
#screen 4 80x25bf vt100
#screen 5 80x50 vt100
-keyboard auto
+#keyboard auto
+mux 1
Home |
Main Index |
Thread Index |
Old Index