summaryrefslogtreecommitdiff
path: root/etc/etc.vax
diff options
context:
space:
mode:
authordm <dm@cvs.openbsd.org>1996-01-07 07:41:30 +0000
committerdm <dm@cvs.openbsd.org>1996-01-07 07:41:30 +0000
commit4e3a942ae0d30612f7b4cc1e7ba1cb6eabcf02f1 (patch)
tree2e302d9141ec95e4911969a64a5426e87f0b92fc /etc/etc.vax
parentfc0ed9c5a8064743686bd8b50c6a34ef4837f150 (diff)
created devices for the IP filter log on all architectures
Diffstat (limited to 'etc/etc.vax')
-rw-r--r--etc/etc.vax/MAKEDEV5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index 87208e4ef37..89a25f40e2b 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/etc/etc.vax/MAKEDEV
@@ -323,6 +323,11 @@ pty*)
esac
;;
+ipl)
+ mknod ipl c 50 0
+ chown root.wheel ipl
+ ;;
+
np*)
class=`expr $i : 'np\(.*\)'`
case $class in