summaryrefslogtreecommitdiffstats
path: root/etc/etc.i386/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.i386/MAKEDEV')
-rw-r--r--etc/etc.i386/MAKEDEV16
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index f6b8935..772a85b 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -127,7 +127,7 @@
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
# kbd keyboard devices
#
-# $Id: MAKEDEV,v 1.196 1999/05/04 17:03:58 hosokawa Exp $
+# $Id: MAKEDEV,v 1.197 1999/05/20 10:06:52 hm Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -1366,13 +1366,6 @@ i4brbch*)
chmod 600 i4brbch$unit
;;
-i4btel*)
- unit=`expr $i : 'i4btel\(.*\)'`
- mknod i4btel$unit c 56 $unit
- chown root:wheel i4btel$unit
- chmod 600 i4btel$unit
- ;;
-
i4bteld*)
offset=64
unit=`expr $i : 'i4bteld\(.*\)'`
@@ -1381,6 +1374,13 @@ i4bteld*)
chmod 600 i4bteld$unit
;;
+i4btel*)
+ unit=`expr $i : 'i4btel\(.*\)'`
+ mknod i4btel$unit c 56 $unit
+ chown root:wheel i4btel$unit
+ chmod 600 i4btel$unit
+ ;;
+
i4btrc*)
unit=`expr $i : 'i4btrc\(.*\)'`
mknod i4btrc$unit c 59 $unit
OpenPOWER on IntegriCloud