diff options
author | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:58:15 +0000 |
---|---|---|
committer | Thomas Graichen <graichen@cvs.openbsd.org> | 1997-07-07 08:58:15 +0000 |
commit | 3feea77bd98ce9d1ce8a6bb89fca179df5a60e27 (patch) | |
tree | e3bf8b95cb47ac321f44ee1851b4dbcf26313c99 /etc/etc.pmax/MAKEDEV | |
parent | bc5c46e38dea455bc62b44a4210afd3a63be4724 (diff) |
correct ipl entry to match pmax's conf.c
Diffstat (limited to 'etc/etc.pmax/MAKEDEV')
-rw-r--r-- | etc/etc.pmax/MAKEDEV | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index 74e65af1399..256eee77298 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/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 ;; |