summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/etc.alpha/MAKEDEV8
-rw-r--r--etc/etc.amiga/MAKEDEV8
-rw-r--r--etc/etc.arc/MAKEDEV8
-rw-r--r--etc/etc.hp300/MAKEDEV7
-rw-r--r--etc/etc.i386/MAKEDEV8
-rw-r--r--etc/etc.mac68k/MAKEDEV8
-rw-r--r--etc/etc.mvme68k/MAKEDEV9
-rw-r--r--etc/etc.pc532/MAKEDEV7
-rw-r--r--etc/etc.pmax/MAKEDEV8
-rw-r--r--etc/etc.sparc/MAKEDEV8
-rw-r--r--etc/etc.sun3/MAKEDEV4
-rw-r--r--etc/etc.vax/MAKEDEV7
12 files changed, 59 insertions, 31 deletions
diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV
index 7b58310291e..979dc27429d 100644
--- a/etc/etc.alpha/MAKEDEV
+++ b/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/etc/etc.amiga/MAKEDEV b/etc/etc.amiga/MAKEDEV
index 2cc1e388d5b..c64548d04e1 100644
--- a/etc/etc.amiga/MAKEDEV
+++ b/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/etc/etc.arc/MAKEDEV b/etc/etc.arc/MAKEDEV
index c7f6184538a..6cef44bff3d 100644
--- a/etc/etc.arc/MAKEDEV
+++ b/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/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV
index 3c3e5f0ea8b..1e219b2e211 100644
--- a/etc/etc.hp300/MAKEDEV
+++ b/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/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index aabc5c03b0f..9fff36ef965 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/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/etc/etc.mac68k/MAKEDEV b/etc/etc.mac68k/MAKEDEV
index 5b43753d241..df28989e054 100644
--- a/etc/etc.mac68k/MAKEDEV
+++ b/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/etc/etc.mvme68k/MAKEDEV b/etc/etc.mvme68k/MAKEDEV
index bb78e5bf669..c5da2bac389 100644
--- a/etc/etc.mvme68k/MAKEDEV
+++ b/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/etc/etc.pc532/MAKEDEV b/etc/etc.pc532/MAKEDEV
index ba1839c3623..2f7c38e429e 100644
--- a/etc/etc.pc532/MAKEDEV
+++ b/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/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV
index 7d1bfd1eb3a..87576fcd37d 100644
--- a/etc/etc.pmax/MAKEDEV
+++ b/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/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV
index c55f5f0f337..7a2ac58d71d 100644
--- a/etc/etc.sparc/MAKEDEV
+++ b/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/etc/etc.sun3/MAKEDEV b/etc/etc.sun3/MAKEDEV
index ee7ad6220c5..d178e19c50a 100644
--- a/etc/etc.sun3/MAKEDEV
+++ b/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/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV
index 88b116d24a1..81b53ff1bec 100644
--- a/etc/etc.vax/MAKEDEV
+++ b/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*)