diff options
author | peter <peter@FreeBSD.org> | 1998-03-22 11:42:03 +0000 |
---|---|---|
committer | peter <peter@FreeBSD.org> | 1998-03-22 11:42:03 +0000 |
commit | a2091fabde34c5062a26ab54bac9274b7ea5cb63 (patch) | |
tree | 4aea96ddfd2bf2aca34e3a146aeae23389b710f3 /etc/MAKEDEV | |
parent | d85ca411dd6a48c4a01209edbbb586b856b96ecd (diff) | |
download | FreeBSD-src-a2091fabde34c5062a26ab54bac9274b7ea5cb63.zip FreeBSD-src-a2091fabde34c5062a26ab54bac9274b7ea5cb63.tar.gz |
Fix alphabetical ordering and and excessive cut/pasting.
Submitted by: bde
Diffstat (limited to 'etc/MAKEDEV')
-rw-r--r-- | etc/MAKEDEV | 6 |
1 files changed, 3 insertions, 3 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 ;; |