diff options
author | dm <dm@cvs.openbsd.org> | 1996-01-07 07:41:30 +0000 |
---|---|---|
committer | dm <dm@cvs.openbsd.org> | 1996-01-07 07:41:30 +0000 |
commit | 4e3a942ae0d30612f7b4cc1e7ba1cb6eabcf02f1 (patch) | |
tree | 2e302d9141ec95e4911969a64a5426e87f0b92fc /etc/etc.sun3/MAKEDEV | |
parent | fc0ed9c5a8064743686bd8b50c6a34ef4837f150 (diff) |
created devices for the IP filter log on all architectures
Diffstat (limited to 'etc/etc.sun3/MAKEDEV')
-rw-r--r-- | etc/etc.sun3/MAKEDEV | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV index 0f7d87ed1db..d9b530ffde3 100644 --- a/etc/etc.sun3/MAKEDEV +++ b/etc/etc.sun3/MAKEDEV @@ -32,7 +32,7 @@ # SUCH DAMAGE. # # @(#)MAKEDEV 5.5 (Berkeley) 5/28/91 -# $Id: MAKEDEV,v 1.3 1995/12/15 02:33:13 deraadt Exp $ +# $Id: MAKEDEV,v 1.4 1996/01/07 07:41:28 dm Exp $ # # Device "make" file. Valid arguments: # std standard devices @@ -117,6 +117,11 @@ bpf*) mk bpf$unit c 36 $unit 600 ;; +ipl) + mknod ipl c 72 0 + chown root.wheel ipl + ;; + tun*) mk tun$unit c 24 $unit 600 ;; |