From 626a4c78a06f37e808b0585fc66c1fab1f870358 Mon Sep 17 00:00:00 2001 From: graichen <> Date: Mon, 7 Jul 1997 08:58:14 +0000 Subject: [PATCH] correct ipl entry to match pmax's conf.c --- src/etc/etc.pmax/MAKEDEV | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/etc/etc.pmax/MAKEDEV b/src/etc/etc.pmax/MAKEDEV index 74e65af1..256eee77 100644 --- a/src/etc/etc.pmax/MAKEDEV +++ b/src/etc/etc.pmax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.15 1997/05/14 15:41:18 niklas Exp $ +# $OpenBSD: MAKEDEV,v 1.16 1997/07/07 08:58:14 graichen Exp $ # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -114,7 +114,8 @@ bpf*) ;; ipl) - mknod ipl c 88 0 + rm -f ipl + mknod ipl c 91 0 chown root.wheel ipl ;;