summaryrefslogtreecommitdiff
path: root/etc/etc.arc/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.arc/MAKEDEV')
-rw-r--r--etc/etc.arc/MAKEDEV13
1 files changed, 2 insertions, 11 deletions
diff --git a/etc/etc.arc/MAKEDEV b/etc/etc.arc/MAKEDEV
index 4881e9a6c80..459cb6e5cbb 100644
--- a/etc/etc.arc/MAKEDEV
+++ b/etc/etc.arc/MAKEDEV
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: MAKEDEV,v 1.34 2000/03/22 08:08:52 niklas Exp $
+# $OpenBSD: MAKEDEV,v 1.35 2001/05/30 02:11:13 deraadt Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@@ -122,7 +122,7 @@ all)
sh $this ccd0 ccd1 ccd2 xfs0
sh $this vnd0 vnd1 vnd2 vnd3 tty00 tty01 tty02 tty03 pty0 pty1
sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9
- sh $this ipl tun0 tun1 tun2
+ sh $this tun0 tun1 tun2
sh $this ttyC0 lpt0 pms0 random uk0 uk1 local joy0 joy1
;;
@@ -236,15 +236,6 @@ bpf*|tun*)
chown root.wheel $name$unit
;;
-ipl)
- rm -f ipl ipnat ipstate ipauth
- mknod ipl c 31 0
- mknod ipnat c 31 1
- mknod ipstate c 31 2
- mknod ipauth c 31 3
- chown root.wheel ipl ipnat ipstate ipauth
- ;;
-
rd*)
umask 2 ; unit=`expr $i : '.*d\(.*\)'`
mknod rd${unit}a b 8 `expr $unit '*' 16 + 0`