summaryrefslogtreecommitdiffstats
path: root/etc/MAKEDEV
diff options
context:
space:
mode:
authorache <ache@FreeBSD.org>1995-04-23 12:02:21 +0000
committerache <ache@FreeBSD.org>1995-04-23 12:02:21 +0000
commite9609fc2f32c1e7fadf1d2100f0d54cb90adab52 (patch)
tree950ff779e8f8d3f600e79398df27eb9f7cfa3a9d /etc/MAKEDEV
parentc351f3cb48dafbda1964f33f489d09b3d5eaafb7 (diff)
downloadFreeBSD-src-e9609fc2f32c1e7fadf1d2100f0d54cb90adab52.zip
FreeBSD-src-e9609fc2f32c1e7fadf1d2100f0d54cb90adab52.tar.gz
Add 'rc' devices.
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