diff --git a/etc/etc.alpha/MAKEDEV b/etc/etc.alpha/MAKEDEV index 94af8ac54fa0..3ac1d032e267 100644 --- a/etc/etc.alpha/MAKEDEV +++ b/etc/etc.alpha/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: MAKEDEV,v 1.15 1997/05/31 23:52:55 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.16 1997/07/07 22:26:51 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -294,12 +294,13 @@ lpt*|lpa*) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 35 0 mknod ipnat c 35 1 mknod ipstate c 35 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 35 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; local) diff --git a/etc/etc.amiga/MAKEDEV b/etc/etc.amiga/MAKEDEV index 387c0e1cf9cf..b1d7217b9db7 100644 --- a/etc/etc.amiga/MAKEDEV +++ b/etc/etc.amiga/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.27 1997/06/14 22:43:47 is Exp $ +# $NetBSD: MAKEDEV,v 1.28 1997/07/07 22:26:54 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -403,14 +403,13 @@ lkm) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 40 0 - chown root.wheel ipl - chmod 600 ipl mknod ipnat c 40 1 mknod ipstate c 40 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 40 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; audio*) diff --git a/etc/etc.arm32/MAKEDEV b/etc/etc.arm32/MAKEDEV index 0b9eddf4e654..593fd4e30a6b 100644 --- a/etc/etc.arm32/MAKEDEV +++ b/etc/etc.arm32/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.7 1997/05/31 23:53:06 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.8 1997/07/07 22:26:56 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -294,12 +294,13 @@ bpf*|tun*|pms*|quadmouse*) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 46 0 mknod ipnat c 46 1 mknod ipstate c 46 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 46 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; beep) diff --git a/etc/etc.atari/MAKEDEV b/etc/etc.atari/MAKEDEV index 323abdd19014..e192d5212b43 100644 --- a/etc/etc.atari/MAKEDEV +++ b/etc/etc.atari/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.16 1997/06/02 20:46:26 leo Exp $ +# $NetBSD: MAKEDEV,v 1.17 1997/07/07 22:26:59 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -441,12 +441,13 @@ lkm) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 36 0 mknod ipnat c 36 1 mknod ipstate c 36 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 36 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; local) diff --git a/etc/etc.hp300/MAKEDEV b/etc/etc.hp300/MAKEDEV index cef6732874a7..44e69960bbed 100644 --- a/etc/etc.hp300/MAKEDEV +++ b/etc/etc.hp300/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.16 1997/05/31 23:53:12 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.17 1997/07/07 22:27:00 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -310,12 +310,13 @@ lkm) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 18 0 mknod ipnat c 18 1 mknod ipstate c 18 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 18 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; pty*) diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 5d1563d16911..b9b0db97ccfb 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.50 1997/05/31 23:53:16 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.51 1997/07/07 22:27:02 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -339,12 +339,13 @@ bpf*|tun*|mms*|lms*|pms*|joy*) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 44 0 mknod ipnat c 44 1 mknod ipstate c 44 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 44 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; speaker) # (XXX - installed) diff --git a/etc/etc.mac68k/MAKEDEV b/etc/etc.mac68k/MAKEDEV index 10e9d2697587..490041924eab 100644 --- a/etc/etc.mac68k/MAKEDEV +++ b/etc/etc.mac68k/MAKEDEV @@ -20,7 +20,7 @@ # MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. # # from: @(#)MAKEDEV 5.2 (Berkeley) 6/22/90 -# $NetBSD: MAKEDEV,v 1.25 1997/05/31 23:53:20 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.26 1997/07/07 22:27:04 veego Exp $ # # Device "make" file. Valid arguments: # all a smattering--at least one of each except @@ -281,12 +281,13 @@ lkm) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 35 0 mknod ipnat c 35 1 mknod ipstate c 35 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 35 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; asc*) diff --git a/etc/etc.mvme68k/MAKEDEV b/etc/etc.mvme68k/MAKEDEV index 43b6edb9c975..9c8e8d4c1937 100755 --- a/etc/etc.mvme68k/MAKEDEV +++ b/etc/etc.mvme68k/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.6 1997/06/01 09:23:57 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.7 1997/07/07 22:27:05 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -244,12 +244,13 @@ lkm) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 7 0 mknod ipnat c 7 1 mknod ipstate c 7 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 7 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; local) diff --git a/etc/etc.pc532/MAKEDEV b/etc/etc.pc532/MAKEDEV index 33aff85cf392..4713b190018c 100644 --- a/etc/etc.pc532/MAKEDEV +++ b/etc/etc.pc532/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.12 1997/06/18 21:09:36 phil Exp $ +# $NetBSD: MAKEDEV,v 1.13 1997/07/07 22:27:07 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -253,12 +253,13 @@ bpf*|tun*) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 28 0 mknod ipnat c 28 1 mknod ipstate c 28 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 28 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; lkm) diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index 66f002345f12..1296259de4f1 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/etc/etc.pmax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.6 1997/06/01 09:12:02 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.7 1997/07/07 22:27:09 veego Exp $ # # from: @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -268,12 +268,13 @@ pty*) ipl) umask 0 - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 91 0 mknod ipnat c 91 1 mknod ipstate c 91 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 91 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; local) diff --git a/etc/etc.sparc/MAKEDEV b/etc/etc.sparc/MAKEDEV index 4902d5ba81ab..60ead2ac7108 100644 --- a/etc/etc.sparc/MAKEDEV +++ b/etc/etc.sparc/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $NetBSD: MAKEDEV,v 1.24 1997/05/31 23:53:28 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.25 1997/07/07 22:27:10 veego Exp $ # # Copyright (c) 1990 The Regents of the University of California. # All rights reserved. @@ -292,12 +292,13 @@ lkm) ;; ipl) - rm -f ipl ipnat ipstate + rm -f ipl ipnat ipstate ipauth mknod ipl c 25 0 mknod ipnat c 25 1 mknod ipstate c 25 2 - chown root.wheel ipl ipnat ipstate - chmod 600 ipl ipnat ipstate + mknod ipauth c 25 3 + chown root.wheel ipl ipnat ipstate ipauth + chmod 600 ipl ipnat ipstate ipauth ;; pty*) diff --git a/etc/etc.vax/MAKEDEV b/etc/etc.vax/MAKEDEV index 25d092361a5d..d7c8c2178102 100644 --- a/etc/etc.vax/MAKEDEV +++ b/etc/etc.vax/MAKEDEV @@ -1,5 +1,5 @@ #!/bin/sh - -# $NetBSD: MAKEDEV,v 1.7 1997/05/31 23:53:32 thorpej Exp $ +# $NetBSD: MAKEDEV,v 1.8 1997/07/07 22:27:12 veego Exp $ # # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -94,6 +94,7 @@ std) mknod ipl c 42 0 ; chmod 600 ipl mknod ipnat c 42 1 ; chmod 600 ipnat mknod ipstate c 42 2 ; chmod 600 ipstate + mknod ipauth c 42 3 ; chmod 600 ipauth mkdir fd > /dev/null 2>&1 (cd fd && eval `echo "" | awk ' BEGIN { \ for (i = 0; i < 64; i++) \