diff options
| author | Hellmuth Michaelis <hm@FreeBSD.org> | 1999-05-24 18:01:03 +0000 |
|---|---|---|
| committer | Hellmuth Michaelis <hm@FreeBSD.org> | 1999-05-24 18:01:03 +0000 |
| commit | 3172992e9d5fc38743c0dae07112a3d6d84d3924 (patch) | |
| tree | f8acf70ba3005b92dd3ada3644001629c0de6ae6 /etc/MAKEDEV | |
| parent | 6d30ce34c5d94e792a680b01d9f72616803e2188 (diff) | |
Notes
Diffstat (limited to 'etc/MAKEDEV')
| -rw-r--r-- | etc/MAKEDEV | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index f6b8935d42d0..772a85b61134 100644 --- a/etc/MAKEDEV +++ b/etc/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 |
