diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2002-10-28 07:31:17 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2002-10-28 07:31:17 +0000 |
| commit | 10314c40d0b85cc680ac370ee0272e3a8aa3f8ee (patch) | |
| tree | fae1b06273b42aa1f9cd78b0bae004e5995c6c13 /etc | |
| parent | 1a02d8c6b9ec573231bd9a641f8de4b488b5e132 (diff) | |
Notes
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/MAKEDEV | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/MAKEDEV b/etc/MAKEDEV index ffb76893eeb0..b2125008a236 100644 --- a/etc/MAKEDEV +++ b/etc/MAKEDEV @@ -997,8 +997,8 @@ pps*) ;; usb) - mknod usb$unit c 108 255 root:operator - chmod 0660 usb$unit + mknod usb c 108 255 root:operator + chmod 0660 usb ;; usb*) |
