diff --git a/src/etc/etc.alpha/MAKEDEV b/src/etc/etc.alpha/MAKEDEV index 7b583102..979dc274 100644 --- a/src/etc/etc.alpha/MAKEDEV +++ b/src/etc/etc.alpha/MAKEDEV @@ -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*) diff --git a/src/etc/etc.amiga/MAKEDEV b/src/etc/etc.amiga/MAKEDEV index 2cc1e388..c64548d0 100644 --- a/src/etc/etc.amiga/MAKEDEV +++ b/src/etc/etc.amiga/MAKEDEV @@ -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*) diff --git a/src/etc/etc.arc/MAKEDEV b/src/etc/etc.arc/MAKEDEV index c7f61845..6cef44bf 100644 --- a/src/etc/etc.arc/MAKEDEV +++ b/src/etc/etc.arc/MAKEDEV @@ -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*) diff --git a/src/etc/etc.hp300/MAKEDEV b/src/etc/etc.hp300/MAKEDEV index 3c3e5f0e..1e219b2e 100644 --- a/src/etc/etc.hp300/MAKEDEV +++ b/src/etc/etc.hp300/MAKEDEV @@ -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*) diff --git a/src/etc/etc.i386/MAKEDEV b/src/etc/etc.i386/MAKEDEV index aabc5c03..9fff36ef 100644 --- a/src/etc/etc.i386/MAKEDEV +++ b/src/etc/etc.i386/MAKEDEV @@ -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) diff --git a/src/etc/etc.mac68k/MAKEDEV b/src/etc/etc.mac68k/MAKEDEV index 5b43753d..df28989e 100644 --- a/src/etc/etc.mac68k/MAKEDEV +++ b/src/etc/etc.mac68k/MAKEDEV @@ -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*) diff --git a/src/etc/etc.mvme68k/MAKEDEV b/src/etc/etc.mvme68k/MAKEDEV index bb78e5bf..c5da2bac 100644 --- a/src/etc/etc.mvme68k/MAKEDEV +++ b/src/etc/etc.mvme68k/MAKEDEV @@ -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*) diff --git a/src/etc/etc.pc532/MAKEDEV b/src/etc/etc.pc532/MAKEDEV index ba1839c3..2f7c38e4 100644 --- a/src/etc/etc.pc532/MAKEDEV +++ b/src/etc/etc.pc532/MAKEDEV @@ -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*) diff --git a/src/etc/etc.pmax/MAKEDEV b/src/etc/etc.pmax/MAKEDEV index 7d1bfd1e..87576fcd 100644 --- a/src/etc/etc.pmax/MAKEDEV +++ b/src/etc/etc.pmax/MAKEDEV @@ -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*) diff --git a/src/etc/etc.sparc/MAKEDEV b/src/etc/etc.sparc/MAKEDEV index c55f5f0f..7a2ac58d 100644 --- a/src/etc/etc.sparc/MAKEDEV +++ b/src/etc/etc.sparc/MAKEDEV @@ -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*) diff --git a/src/etc/etc.sun3/MAKEDEV b/src/etc/etc.sun3/MAKEDEV index ee7ad622..d178e19c 100644 --- a/src/etc/etc.sun3/MAKEDEV +++ b/src/etc/etc.sun3/MAKEDEV @@ -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*) diff --git a/src/etc/etc.vax/MAKEDEV b/src/etc/etc.vax/MAKEDEV index 88b116d2..81b53ff1 100644 --- a/src/etc/etc.vax/MAKEDEV +++ b/src/etc/etc.vax/MAKEDEV @@ -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*)