diff options
author | dgregor <dgregor@cvs.openbsd.org> | 1998-01-26 04:19:53 +0000 |
---|---|---|
committer | dgregor <dgregor@cvs.openbsd.org> | 1998-01-26 04:19:53 +0000 |
commit | 3566485bafa91c931b61ddbbce482bf401e39ef1 (patch) | |
tree | bf7691af4d58332df3e096c8459f1af9ea84e4a2 /etc/etc.pmax/MAKEDEV | |
parent | fe0239590c82ea51b1a09fd58cde9f1635ceab89 (diff) |
Add /dev/ipnat and /dev/ipstate for IPF 3.2.3
Diffstat (limited to 'etc/etc.pmax/MAKEDEV')
-rw-r--r-- | etc/etc.pmax/MAKEDEV | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/etc.pmax/MAKEDEV b/etc/etc.pmax/MAKEDEV index 7d1bfd1eb3a..87576fcd37d 100644 --- a/etc/etc.pmax/MAKEDEV +++ b/etc/etc.pmax/MAKEDEV @@ -1,6 +1,6 @@ #!/bin/sh - # -# $OpenBSD: MAKEDEV,v 1.20 1997/09/16 03:03:02 deraadt Exp $ +# $OpenBSD: MAKEDEV,v 1.21 1998/01/26 04:19:48 dgregor Exp $ # @(#)MAKEDEV 8.1 (Berkeley) 6/9/93 # @@ -114,9 +114,11 @@ bpf*) ;; ipl) - rm -f ipl + rm -f ipl ipnat ipstate mknod ipl c 91 0 - chown root.wheel ipl + mknod ipnat c 91 1 + mknod ipstate c 91 2 + chown root.wheel ipl ipnat ipstate ;; #tun*) |