summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpattonme <pattonme@cvs.openbsd.org>1998-09-15 10:15:32 +0000
committerpattonme <pattonme@cvs.openbsd.org>1998-09-15 10:15:32 +0000
commit293b5cb85ee7288a64c8f38db5da2d1c5e2e8ede (patch)
tree247d6fdab4db646d2765da87cbf87f831b15f138
parent6afefb3a3fa727e36bf896a9638f23d65fc9e84e (diff)
Added definition for ipauth, a new piece for IPFilter v3.2.9
-rw-r--r--etc/etc.i386/MAKEDEV7
1 files changed, 4 insertions, 3 deletions
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index e1157892826..2622de9c055 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -1,6 +1,6 @@
#!/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 $
#
# Copyright (c) 1990 The Regents of the University of California.
@@ -471,11 +471,12 @@ bpf*|tun[0-9]*)
;;
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
+ mknod ipauth c 44 3
+ chown root.wheel ipl ipnat ipstate ipauth
;;
speaker) # (XXX - installed)