Browse Source

Added definition for ipauth, a new piece for IPFilter v3.2.9

OPENBSD_2_4
pattonme 26 years ago
parent
commit
a7239850a7
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/etc/etc.i386/MAKEDEV

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

@ -1,6 +1,6 @@
#!/bin/sh - #!/bin/sh -
# #
# $OpenBSD: MAKEDEV,v 1.63 1998/09/12 06:34:36 fgsch Exp $
# $OpenBSD: MAKEDEV,v 1.64 1998/09/15 10:15:31 pattonme Exp $
# $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $ # $NetBSD: MAKEDEV,v 1.40 1996/03/31 00:50:47 perry Exp $
# #
# Copyright (c) 1990 The Regents of the University of California. # Copyright (c) 1990 The Regents of the University of California.
@ -471,11 +471,12 @@ bpf*|tun[0-9]*)
;; ;;
ipl) ipl)
rm -f ipl ipnat ipstate
rm -f ipl ipnat ipstate ipauth
mknod ipl c 44 0 mknod ipl c 44 0
mknod ipnat c 44 1 mknod ipnat c 44 1
mknod ipstate c 44 2 mknod ipstate c 44 2
chown root.wheel ipl ipnat ipstate
mknod ipauth c 44 3
chown root.wheel ipl ipnat ipstate ipauth
;; ;;
speaker) # (XXX - installed) speaker) # (XXX - installed)


Loading…
Cancel
Save