Browse Source

Add /dev/ipnat and /dev/ipstate for IPF 3.2.3

OPENBSD_2_3
dgregor 26 years ago
parent
commit
71504a77cf
12 changed files with 59 additions and 31 deletions
  1. +5
    -3
      src/etc/etc.alpha/MAKEDEV
  2. +5
    -3
      src/etc/etc.amiga/MAKEDEV
  3. +5
    -3
      src/etc/etc.arc/MAKEDEV
  4. +5
    -2
      src/etc/etc.hp300/MAKEDEV
  5. +5
    -3
      src/etc/etc.i386/MAKEDEV
  6. +5
    -3
      src/etc/etc.mac68k/MAKEDEV
  7. +6
    -3
      src/etc/etc.mvme68k/MAKEDEV
  8. +5
    -2
      src/etc/etc.pc532/MAKEDEV
  9. +5
    -3
      src/etc/etc.pmax/MAKEDEV
  10. +5
    -3
      src/etc/etc.sparc/MAKEDEV
  11. +3
    -1
      src/etc/etc.sun3/MAKEDEV
  12. +5
    -2
      src/etc/etc.vax/MAKEDEV

+ 5
- 3
src/etc/etc.alpha/MAKEDEV View File

@ -1,5 +1,5 @@
#!/bin/sh -
# $OpenBSD: MAKEDEV,v 1.30 1997/12/16 21:17:40 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.31 1998/01/26 04:19:33 dgregor Exp $
# $NetBSD: MAKEDEV,v 1.8.4.1 1996/06/18 00:41:56 cgd Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -406,9 +406,11 @@ random|srandom|urandom|prandom|arandom)
;;
ipl)
rm -f ipl
rm -f ipl ipnat ipstate
mknod ipl c 35 0
chown root.wheel ipl
mknod iplnat c 35 1
mknod iplstate c 35 2
chown root.wheel ipl ipnat ipstate
;;
uk*)


+ 5
- 3
src/etc/etc.amiga/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.31 1998/01/09 18:00:08 niklas Exp $
# $OpenBSD: MAKEDEV,v 1.32 1998/01/26 04:19:35 dgregor Exp $
# $NetBSD: MAKEDEV,v 1.21 1996/05/19 21:03:49 veego Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -527,9 +527,11 @@ lpt*|lpa*)
;;
ipl)
rm -f ipl
rm -f ipl ipnat ipstate
mknod ipl c 34 0
chown root.wheel ipl
mknod ipnat c 34 1
mknod ipstate c 34 2
chown root.wheel ipl ipnat ipstate
;;
tun*)


+ 5
- 3
src/etc/etc.arc/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.21 1997/09/16 06:00:52 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.22 1998/01/26 04:19:37 dgregor Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@ -170,9 +170,11 @@ bpf*|tun*)
;;
ipl)
rm -f ipl
rm -f ipl ipnat ipstate
mknod ipl c 31 0
chown root.wheel ipl
mknod ipnat c 31 1
mknod ipstate c 31 2
chown root.wheel ipl ipnat ipstate
;;
rd*)


+ 5
- 2
src/etc/etc.hp300/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.23 1997/09/16 06:00:57 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.24 1998/01/26 04:19:39 dgregor Exp $
# $NetBSD: MAKEDEV,v 1.12 1995/11/05 23:50:22 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -184,8 +184,11 @@ bpf*)
;;
ipl)
rm -f ipl ipnat ipstate
mknod ipl c 33 0
chown root.wheel ipl
mknod ipnat c 33 1
mknod ipstate c 33 2
chown root.wheel ipl ipnat ipstate
;;
tun*)


+ 5
- 3
src/etc/etc.i386/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.54 1997/12/16 21:17:42 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.55 1998/01/26 04:19:40 dgregor Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -465,9 +465,11 @@ bpf*|tun*)
;;
ipl)
rm -f ipl
rm -f ipl ipnat ipstate
mknod ipl c 44 0
chown root.wheel ipl
mknod ipnat c 44 1
mknod ipstate c 44 2
chown root.wheel ipl ipnat ipstate
;;
speaker) # (XXX - installed)


+ 5
- 3
src/etc/etc.mac68k/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.22 1997/12/16 21:17:44 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.23 1998/01/26 04:19:42 dgregor Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -366,9 +366,11 @@ bpf*)
;;
ipl)
rm -f ipl
rm -f ipl ipnat ipstate
mknod ipl c 35 0
chown root.wheel ipl
mknod ipnat c 35 1
mknod ipstate c 35 2
chown root.wheel ipl ipnat ipstate
;;
tun*)


+ 6
- 3
src/etc/etc.mvme68k/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.20 1997/09/16 06:01:01 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.21 1998/01/26 04:19:43 dgregor Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -33,7 +33,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
# $Id: MAKEDEV,v 1.20 1997/09/16 06:01:01 deraadt Exp $
# $Id: MAKEDEV,v 1.21 1998/01/26 04:19:43 dgregor Exp $
#
# Device "make" file. Valid arguments:
# all makes all known devices, including local devices,
@ -385,8 +385,11 @@ bpf*)
;;
ipl)
rm -f ipl ipnat ipstate
mknod ipl c 39 0
chown root.wheel ipl
mknod ipnat c 39 1
mknod ipstate c 39 2
chown root.wheel ipl ipnat ipstate
;;
tun*)


+ 5
- 2
src/etc/etc.pc532/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.12 1997/09/16 03:03:01 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.13 1998/01/26 04:19:46 dgregor Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -261,8 +261,11 @@ bpf*)
;;
ipl)
rm -f ipl ipnat ipstate
mknod ipl c 19 0
chown root.wheel ipl
mknod ipnat c 19 1
mknod ipstate c 19 2
chown root.wheel ipl ipnat ipstate
;;
tun*)


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

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.20 1997/09/16 03:03:02 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.21 1998/01/26 04:19:48 dgregor Exp $
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
#
@ -114,9 +114,11 @@ bpf*)
;;
ipl)
rm -f ipl
rm -f ipl ipnat ipstate
mknod ipl c 91 0
chown root.wheel ipl
mknod ipnat c 91 1
mknod ipstate c 91 2
chown root.wheel ipl ipnat ipstate
;;
#tun*)


+ 5
- 3
src/etc/etc.sparc/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.34 1997/12/08 21:27:43 mickey Exp $
# $OpenBSD: MAKEDEV,v 1.35 1998/01/26 04:19:49 dgregor Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@ -262,9 +262,11 @@ bpf*)
;;
ipl)
rm -f ipl
rm -f ipl ipnat ipstate
mknod ipl c 59 0
chown root.wheel ipl
mknod ipnat c 59 1
mknod ipstate c 59 2
chown root.wheel ipl ipnat ipstate
;;
tun*)


+ 3
- 1
src/etc/etc.sun3/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.18 1997/09/16 03:03:03 deraadt Exp $
# $OpenBSD: MAKEDEV,v 1.19 1998/01/26 04:19:50 dgregor Exp $
# $NetBSD: MAKEDEV,v 1.8 1996/03/03 16:54:17 thorpej Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
@ -130,6 +130,8 @@ bpf*)
ipl)
mk ipl c 75 0 600
mk ipnat c 75 1 600
mk ipstate c 75 2 600
;;
tun*)


+ 5
- 2
src/etc/etc.vax/MAKEDEV View File

@ -1,6 +1,6 @@
#!/bin/sh -
#
# $OpenBSD: MAKEDEV,v 1.13 1997/09/20 14:36:58 maja Exp $
# $OpenBSD: MAKEDEV,v 1.14 1998/01/26 04:19:52 dgregor Exp $
# $NetBSD: MAKEDEV,v 1.3 1996/01/07 16:53:15 ragge Exp $
#
# @(#)MAKEDEV 8.1 (Berkeley) 6/9/93
@ -402,8 +402,11 @@ pty*)
;;
ipl)
rm -f ipl ipnat ipstate
mknod ipl c 50 0
chown root.wheel ipl
mknod ipnat c 50 1
mknod ipstate c 50 2
chown root.wheel ipl ipnat ipstate
;;
np*)


Loading…
Cancel
Save