Added a new device entry for ipfilter: /dev/ipauth

This commit is contained in:
veego 1997-07-07 22:26:51 +00:00
parent 413872caa0
commit a902cc2ba7
12 changed files with 57 additions and 47 deletions

View File

@ -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)

View File

@ -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*)

View File

@ -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)

View File

@ -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)

View File

@ -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*)

View File

@ -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)

View File

@ -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*)

View File

@ -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)

View File

@ -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)

View File

@ -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)

View File

@ -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*)

View File

@ -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++) \