summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>1998-03-22 11:42:03 +0000
committerpeter <peter@FreeBSD.org>1998-03-22 11:42:03 +0000
commita2091fabde34c5062a26ab54bac9274b7ea5cb63 (patch)
tree4aea96ddfd2bf2aca34e3a146aeae23389b710f3 /etc
parentd85ca411dd6a48c4a01209edbbb586b856b96ecd (diff)
downloadFreeBSD-src-a2091fabde34c5062a26ab54bac9274b7ea5cb63.zip
FreeBSD-src-a2091fabde34c5062a26ab54bac9274b7ea5cb63.tar.gz
Fix alphabetical ordering and and excessive cut/pasting.
Submitted by: bde
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 56803e9..b4c9485 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 56803e9..b4c9485 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
;;
OpenPOWER on IntegriCloud