summaryrefslogtreecommitdiff
path: root/etc/etc.mac68k
diff options
context:
space:
mode:
authordgregor <dgregor@cvs.openbsd.org>1998-01-26 04:19:53 +0000
committerdgregor <dgregor@cvs.openbsd.org>1998-01-26 04:19:53 +0000
commit3566485bafa91c931b61ddbbce482bf401e39ef1 (patch)
treebf7691af4d58332df3e096c8459f1af9ea84e4a2 /etc/etc.mac68k
parentfe0239590c82ea51b1a09fd58cde9f1635ceab89 (diff)
Add /dev/ipnat and /dev/ipstate for IPF 3.2.3
Diffstat (limited to 'etc/etc.mac68k')
-rw-r--r--etc/etc.mac68k/MAKEDEV8
1 files changed, 5 insertions, 3 deletions
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*)