summaryrefslogtreecommitdiff
path: root/etc/etc.mvme68k
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.mvme68k
parentfe0239590c82ea51b1a09fd58cde9f1635ceab89 (diff)
Add /dev/ipnat and /dev/ipstate for IPF 3.2.3
Diffstat (limited to 'etc/etc.mvme68k')
-rw-r--r--etc/etc.mvme68k/MAKEDEV9
1 files changed, 6 insertions, 3 deletions
diff --git a/etc/etc.mvme68k/MAKEDEV b/etc/etc.mvme68k/MAKEDEV
index bb78e5bf669..c5da2bac389 100644
--- a/etc/etc.mvme68k/MAKEDEV
+++ b/etc/etc.mvme68k/MAKEDEV
@@ -1,6 +1,6 @@
#!/bin/sh -
#
-# $OpenBSD: MAKEDEV,v 1.20 1997/09/16 06:01:01 deraadt Exp $
+# $OpenBSD: MAKEDEV,v 1.21 1998/01/26 04:19:43 dgregor Exp $
#
# Copyright (c) 1990 The Regents of the University of California.
# All rights reserved.
@@ -33,7 +33,7 @@
# OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
# SUCH DAMAGE.
#
-# $Id: MAKEDEV,v 1.20 1997/09/16 06:01:01 deraadt Exp $
+# $Id: MAKEDEV,v 1.21 1998/01/26 04:19:43 dgregor Exp $
#
# Device "make" file. Valid arguments:
# all makes all known devices, including local devices,
@@ -385,8 +385,11 @@ bpf*)
;;
ipl)
+ rm -f ipl ipnat ipstate
mknod ipl c 39 0
- chown root.wheel ipl
+ mknod ipnat c 39 1
+ mknod ipstate c 39 2
+ chown root.wheel ipl ipnat ipstate
;;
tun*)