|
@ -1,6 +1,6 @@ |
|
|
#!/bin/sh - |
|
|
#!/bin/sh - |
|
|
# |
|
|
# |
|
|
# $OpenBSD: MAKEDEV,v 1.23 1998/08/24 05:49:54 millert Exp $ |
|
|
|
|
|
|
|
|
# $OpenBSD: MAKEDEV,v 1.24 1998/09/15 10:23:22 pattonme Exp $ |
|
|
# |
|
|
# |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# Copyright (c) 1990 The Regents of the University of California. |
|
|
# All rights reserved. |
|
|
# All rights reserved. |
|
@ -33,7 +33,7 @@ |
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF |
|
|
# SUCH DAMAGE. |
|
|
# SUCH DAMAGE. |
|
|
# |
|
|
# |
|
|
# $Id: MAKEDEV,v 1.23 1998/08/24 05:49:54 millert Exp $ |
|
|
|
|
|
|
|
|
# $Id: MAKEDEV,v 1.24 1998/09/15 10:23:22 pattonme Exp $ |
|
|
# |
|
|
# |
|
|
# Device "make" file. Valid arguments: |
|
|
# Device "make" file. Valid arguments: |
|
|
# all makes all known devices, including local devices, |
|
|
# all makes all known devices, including local devices, |
|
@ -386,11 +386,12 @@ bpf*) |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
ipl) |
|
|
ipl) |
|
|
rm -f ipl ipnat ipstate |
|
|
|
|
|
|
|
|
rm -f ipl ipnat ipstate ipauth |
|
|
mknod ipl c 39 0 |
|
|
mknod ipl c 39 0 |
|
|
mknod ipnat c 39 1 |
|
|
mknod ipnat c 39 1 |
|
|
mknod ipstate c 39 2 |
|
|
mknod ipstate c 39 2 |
|
|
chown root.wheel ipl ipnat ipstate |
|
|
|
|
|
|
|
|
mknod ipauth c 39 3 |
|
|
|
|
|
chown root.wheel ipl ipnat ipstate ipauth |
|
|
;; |
|
|
;; |
|
|
|
|
|
|
|
|
tun*) |
|
|
tun*) |
|
|