Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/etc/etc.alpha +ttyEcfg
details: https://anonhg.NetBSD.org/src/rev/74772d6c37e5
branches: trunk
changeset: 472168:74772d6c37e5
user: ross <ross%NetBSD.org@localhost>
date: Fri Apr 23 18:45:50 1999 +0000
description:
+ttyEcfg
diffstat:
etc/etc.alpha/MAKEDEV | 8 +++++++-
1 files changed, 7 insertions(+), 1 deletions(-)
diffs (23 lines):
diff -r dfc63fcd7da7 -r 74772d6c37e5 etc/etc.alpha/MAKEDEV
--- a/etc/etc.alpha/MAKEDEV Fri Apr 23 18:14:29 1999 +0000
+++ b/etc/etc.alpha/MAKEDEV Fri Apr 23 18:45:50 1999 +0000
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $NetBSD: MAKEDEV,v 1.40 1999/04/23 18:14:29 ross Exp $
+# $NetBSD: MAKEDEV,v 1.41 1999/04/23 18:45:50 ross Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -234,6 +234,12 @@
chmod 640 ${name}${unit}[a-h] r${name}${unit}[a-h]
;;
+ttyEcfg)
+ rm -f $i
+ mknod $i c 25 255
+ chown root:wheel $i
+ ;;
+
ttyB*|ttyC*|ttyE*)
case $i in
ttyB*) name=ttyB; unit=${i#ttyB}; major=15; minor=$(($unit * 2));;
Home |
Main Index |
Thread Index |
Old Index