Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/etc/etc.next68k add ttyEcfg



details:   https://anonhg.NetBSD.org/src/rev/36d7b713bc4f
branches:  trunk
changeset: 467443:36d7b713bc4f
user:      dbj <dbj%NetBSD.org@localhost>
date:      Wed Mar 24 23:46:37 1999 +0000

description:
add ttyEcfg

diffstat:

 etc/etc.next68k/MAKEDEV |  11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diffs (28 lines):

diff -r ca1c840cdd0a -r 36d7b713bc4f etc/etc.next68k/MAKEDEV
--- a/etc/etc.next68k/MAKEDEV   Wed Mar 24 23:15:51 1999 +0000
+++ b/etc/etc.next68k/MAKEDEV   Wed Mar 24 23:46:37 1999 +0000
@@ -20,7 +20,7 @@
 # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE.
 #
 #      from: @(#)MAKEDEV       5.2 (Berkeley) 6/22/90
-#      $NetBSD: MAKEDEV,v 1.4 1999/01/02 13:06:54 dbj Exp $
+#      $NetBSD: MAKEDEV,v 1.5 1999/03/24 23:46:37 dbj Exp $
 # @@@ This was taken from the mac68k port.  It works, but still should
 # be reviewed for next68k device #'s --dbj
 #
@@ -143,6 +143,15 @@
        sh $0 ttyE0 ttyE1 ttyE2 ttyE3 ttyE4 ttyE5 ttyE6 ttyE7
        sh $0 wsmouse0
        sh $0 wskbd0
+       sh $0 ttyEcfg
+       ;;
+
+ttyEcfg)
+       chr=41
+       rm -f ttyEcfg
+       mknod ttyEcfg c $chr 255
+       chown root.wheel ttyEcfg
+       chmod 600 ttyEcfg
        ;;
 
 ttyE*)



Home | Main Index | Thread Index | Old Index