aboutsummaryrefslogtreecommitdiff
path: root/etc
diff options
context:
space:
mode:
authorPeter Wemm <peter@FreeBSD.org>1998-03-22 11:42:03 +0000
committerPeter Wemm <peter@FreeBSD.org>1998-03-22 11:42:03 +0000
commit45c404388ec4984663392029329cbbfaaba3f7b8 (patch)
treefcf249e5221b119d9cba214cf1103de9cc6ec7a6 /etc
parent1b31c7dd49978d018027dd21aff7941a5d4bcb03 (diff)
Notes
Diffstat (limited to 'etc')
-rw-r--r--etc/MAKEDEV6
-rw-r--r--etc/etc.i386/MAKEDEV6
2 files changed, 6 insertions, 6 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV
index 56803e993a2b..b4c94851dc6e 100644
--- a/etc/MAKEDEV
+++ b/etc/MAKEDEV
@@ -107,7 +107,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.158 1998/03/12 12:00:26 bde Exp $
+# $Id: MAKEDEV,v 1.159 1998/03/21 14:26:02 peter Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -204,7 +204,7 @@ all)
sh MAKEDEV mse0 psm0 sysmouse # cdev, mouse
sh MAKEDEV pcaudio speaker # cdev, noise
sh MAKEDEV lpt0 lpt1 lpt2 # cdev, printer
- sh MAKEDEV bpf0 tun0 ipl # cdev, network
+ sh MAKEDEV bpf0 ipl tun0 # cdev, network
sh MAKEDEV ch0 perfmon tw0 # cdev, miscellaneous
sh MAKEDEV apm card0 card1 # cdev, laptop
;;
@@ -1151,7 +1151,7 @@ ipl)
mknod ipl c 79 0
mknod ipnat c 79 1
mknod ipstate c 79 2
- mknod ipstate c 79 3
+ mknod ipauth c 79 3
chown root:wheel ipl ipnat ipstate ipauth
chmod 600 ipl ipnat ipstate ipauth
;;
diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV
index 56803e993a2b..b4c94851dc6e 100644
--- a/etc/etc.i386/MAKEDEV
+++ b/etc/etc.i386/MAKEDEV
@@ -107,7 +107,7 @@
# pci PCI configuration-space access from user mode
# ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth)
#
-# $Id: MAKEDEV,v 1.158 1998/03/12 12:00:26 bde Exp $
+# $Id: MAKEDEV,v 1.159 1998/03/21 14:26:02 peter Exp $
#
PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH
@@ -204,7 +204,7 @@ all)
sh MAKEDEV mse0 psm0 sysmouse # cdev, mouse
sh MAKEDEV pcaudio speaker # cdev, noise
sh MAKEDEV lpt0 lpt1 lpt2 # cdev, printer
- sh MAKEDEV bpf0 tun0 ipl # cdev, network
+ sh MAKEDEV bpf0 ipl tun0 # cdev, network
sh MAKEDEV ch0 perfmon tw0 # cdev, miscellaneous
sh MAKEDEV apm card0 card1 # cdev, laptop
;;
@@ -1151,7 +1151,7 @@ ipl)
mknod ipl c 79 0
mknod ipnat c 79 1
mknod ipstate c 79 2
- mknod ipstate c 79 3
+ mknod ipauth c 79 3
chown root:wheel ipl ipnat ipstate ipauth
chmod 600 ipl ipnat ipstate ipauth
;;