summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r--etc/MAKEDEV20
1 files changed, 19 insertions, 1 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index aa91903..19b8b32 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -77,7 +77,7 @@
# spigot Video Spigot video aquisition card
# isdn* ISDN devices
#
-# $Id: MAKEDEV,v 1.81 1995/03/21 06:31:00 jkh Exp $
+# $Id: MAKEDEV,v 1.82 1995/04/13 00:51:55 jkh Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:
@@ -619,6 +619,24 @@ tty0?|ttyd?|tty?)
chown root.wheel tty*d$unit
;;
+cuar?)
+ umask 7
+ unit=`expr $i : 'cua.*\(.\)$'`
+ rm -f cuar$unit
+ m=`ttyminor $unit`
+ mknod cuar$unit c 63 `expr $m + 128`
+ chown uucp.dialer cuar$unit
+ umask 77
+ ;;
+
+ttyr?)
+ unit=`expr $i : 'tty.*\(.\)$'`
+ rm -f ttyr$unit
+ m=`ttyminor $unit`
+ mknod ttyr$unit c 63 $m
+ chown root.wheel ttyr$unit
+ ;;
+
mse*)
unit=`expr $i : 'mse\(.*\)'`
chr=27
OpenPOWER on IntegriCloud