Browse Source

correct ipl entry to match pmax's conf.c

OPENBSD_2_2
graichen 27 years ago
parent
commit
626a4c78a0
1 changed files with 3 additions and 2 deletions
  1. +3
    -2
      src/etc/etc.pmax/MAKEDEV

+ 3
- 2
src/etc/etc.pmax/MAKEDEV View File

@ -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
;;


Loading…
Cancel
Save