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.pmax | |
parent | fc0ed9c5a8064743686bd8b50c6a34ef4837f150 (diff) |
created devices for the IP filter log on all architectures
Diffstat (limited to 'etc/etc.pmax')
-rw-r--r-- | etc/etc.pmax/MAKEDEV | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index 6314d940627..bba9cf3c3dc 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/etc/etc.pmax/MAKEDEV @@ -89,6 +89,11 @@ bpf*) chown root.wheel bpf$unit ;; +ipl) + mknod ipl c 88 0 + chown root.wheel ipl + ;; + #tun*) # unit=`expr $i : 'tun\(.*\)'` # rm -f tun$unit |