summaryrefslogtreecommitdiff
path: root/etc/etc.sun3/MAKEDEV
diff options
context:
space:
mode:
Diffstat (limited to 'etc/etc.sun3/MAKEDEV')
-rw-r--r--etc/etc.sun3/MAKEDEV13
1 files changed, 1 insertions, 12 deletions
diff --git a/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV
index a6ca077c911..b1d3b964efc 100644
--- a/etc/etc.sun3/MAKEDEV
+++ b/etc/etc.sun3/MAKEDEV
@@ -1,5 +1,5 @@
#!/bin/sh -
-# $OpenBSD: MAKEDEV,v 1.33 2001/02/15 01:41:49 todd Exp $
+# $OpenBSD: MAKEDEV,v 1.34 2001/05/30 02:11:26 deraadt Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -70,7 +70,6 @@
# tun* network tunnel driver
# *random inkernal random data source
# xfs* XFS filesystem devices
-# ipl IP filter log
PATH=/sbin:/bin:/usr/bin:/usr/sbin
this=$0
@@ -187,7 +186,6 @@ all)
sh $this pty0 vnd0 vnd1 vnd2 vnd3 tun0 tun1 tun2 tun3
sh $this ccd0 ccd1 ccd2 ccd3
sh $this bpf0 bpf1 bpf2 bpf3 bpf4 bpf5 bpf6 bpf7 bpf8 bpf9
- sh $this ipl
sh $this bwtwo0 cgtwo0 cgfour0
sh $this random local
sh $this xfs0
@@ -273,15 +271,6 @@ bpf*)
chown root.wheel bpf$unit
;;
-ipl)
- rm -f ipl ipnat ipstate ipauth
- mknod ipl c 75 0
- mknod ipnat c 75 1
- mknod ipstate c 75 2
- mknod ipauth c 75 3
- chown root.wheel ipl ipnat ipstate ipauth
- ;;
-
tun*)
rm -f tun$unit
mknod tun$unit c 24 $unit