Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.i386 create /dev/ttyEstat
details: https://anonhg.NetBSD.org/src/rev/85b50daea07f
branches: trunk
changeset: 533321:85b50daea07f
user: christos <christos%NetBSD.org@localhost>
date: Thu Jun 27 15:08:12 2002 +0000
description:
create /dev/ttyEstat
diffstat:
etc/etc.i386/MAKEDEV | 11 +++++++++--
1 files changed, 9 insertions(+), 2 deletions(-)
diffs (34 lines):
diff -r aeba7e126959 -r 85b50daea07f etc/etc.i386/MAKEDEV
--- a/etc/etc.i386/MAKEDEV Thu Jun 27 15:07:52 2002 +0000
+++ b/etc/etc.i386/MAKEDEV Thu Jun 27 15:08:12 2002 +0000
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $NetBSD: MAKEDEV,v 1.177 2002/06/18 13:40:20 wiz Exp $
+# $NetBSD: MAKEDEV,v 1.178 2002/06/27 15:08:12 christos Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -341,7 +341,7 @@
makedev wskbd0 wskbd1 wskbd2 wskbd3
makedev wsmux0 wsmux1 wsmux2 wsmux3
makedev wsmouse wskbd
- makedev ttyEcfg
+ makedev ttyEcfg ttyEstat
makedev wsfont
;;
@@ -370,6 +370,13 @@
chmod 200 $wsmuxctl
;;
+ttyEstat)
+ chr=47
+ rm -f ttyEstat
+ mknod ttyEstat c $chr 254
+ chmod 600 ttyEstat
+ ;;
+
ttyEcfg)
chr=47
rm -f ttyEcfg
Home |
Main Index |
Thread Index |
Old Index