diff options
author | kstailey <kstailey@cvs.openbsd.org> | 1997-05-06 19:11:39 +0000 |
---|---|---|
committer | kstailey <kstailey@cvs.openbsd.org> | 1997-05-06 19:11:39 +0000 |
commit | 2147c3c136210923f660c8106c0dabd611110bb3 (patch) | |
tree | c99e643dc8ff256d3c81e08b163876a7e9f428c8 /etc/etc.sparc/MAKEDEV | |
parent | 8e3371af115dcb68a5ec58b77b1125ff5cab9e61 (diff) |
reactivate ipl
Diffstat (limited to 'etc/etc.sparc/MAKEDEV')
-rw-r--r-- | etc/etc.sparc/MAKEDEV | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV index 190b1944497..7ff1f0502b9 100644 --- a/etc/etc.sparc/MAKEDEV +++ b/etc/etc.sparc/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.23 1997/05/05 22:17:45 grr Exp $ +# $OpenBSD: MAKEDEV,v 1.24 1997/05/06 19:11:38 kstailey Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -164,7 +164,7 @@ all) sh ${this} pty0 vnd0 vnd1 vnd2 vnd3 audio tun0 tun1 tun2 tun3 sh ${this} ccd0 ccd1 ccd2 ccd3 sh ${this} bpf0 bpf1 bpf2 bpf3 -# sh ${this} ipl + sh ${this} ipl sh ${this} bwtwo0 cgthree0 cgfour0 cgsix0 sh ${this} cgeight0 sh ${this} lkm random local @@ -241,10 +241,10 @@ bpf*) chown root.wheel bpf$unit ;; -#ipl) -# mknod ipl c 59 0 -# chown root.wheel ipl -# ;; +ipl) + mknod ipl c 59 0 + chown root.wheel ipl + ;; tun*) rm -f tun$unit |