summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorgraichen <graichen@openbsd.org>1997-07-07 08:58:14 +0000
committergraichen <graichen@openbsd.org>1997-07-07 08:58:14 +0000
commit317b278990fb33ef77cdaed8af23dc7783b35550 (patch)
tree725f06a58450505a1328eba09f4dcc6d69dd05e5
parentremove HZ and NKMEMCLUSTER and add offset? to the at ioasic? entries (diff)
downloadwireguard-openbsd-317b278990fb33ef77cdaed8af23dc7783b35550.tar.xz
wireguard-openbsd-317b278990fb33ef77cdaed8af23dc7783b35550.zip
correct ipl entry to match pmax's conf.c
-rw-r--r--etc/etc.pmax/MAKEDEV5
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
;;