diff options
author | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-11-12 22:48:16 +0000 |
---|---|---|
committer | Nicolas Souchu <nsouch@FreeBSD.org> | 1998-11-12 22:48:16 +0000 |
commit | d551f053812214be5baa6dfff1648dc832b16501 (patch) | |
tree | 803060ab9e23c12186a55e9c7bc9542b119abc94 | |
parent | 5f3f114afabcef8d264edba0d24caa5cd44b25ad (diff) | |
download | src-d551f053812214be5baa6dfff1648dc832b16501.tar.gz src-d551f053812214be5baa6dfff1648dc832b16501.zip |
Arrg, ppi*) corrected
Notes
Notes:
svn path=/head/; revision=41117
-rw-r--r-- | etc/MAKEDEV | 4 | ||||
-rw-r--r-- | etc/etc.i386/MAKEDEV | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index 0f0f4f1406b1..1585b676e7bb 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -113,7 +113,7 @@ # pci PCI configuration-space access from user mode # ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth) # -# $Id: MAKEDEV,v 1.176 1998/10/31 05:27:02 obrien Exp $ +# $Id: MAKEDEV,v 1.177 1998/11/12 22:45:24 nsouch Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -750,7 +750,7 @@ smb*) ppi*) unit=`expr $i : 'ppi\(.*\)'` - mknod smb$unit c 82 $unit + mknod ppi$unit c 82 $unit ;; lpt*) diff --git a/etc/etc.i386/MAKEDEV b/etc/etc.i386/MAKEDEV index 0f0f4f1406b1..1585b676e7bb 100644 --- a/etc/etc.i386/MAKEDEV +++ b/etc/etc.i386/MAKEDEV @@ -113,7 +113,7 @@ # pci PCI configuration-space access from user mode # ipl ipfilter control devices (ipl, ipnat, ipstate, ipauth) # -# $Id: MAKEDEV,v 1.176 1998/10/31 05:27:02 obrien Exp $ +# $Id: MAKEDEV,v 1.177 1998/11/12 22:45:24 nsouch Exp $ # PATH=/sbin:/bin/:/usr/bin:/usr/sbin:$PATH @@ -750,7 +750,7 @@ smb*) ppi*) unit=`expr $i : 'ppi\(.*\)'` - mknod smb$unit c 82 $unit + mknod ppi$unit c 82 $unit ;; lpt*) |