Jump to letter: [
          
            4ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        MAKEDEV: A program used for creating device files in /dev.
        
        
        - Summary
- This package contains the MAKEDEV program, which makes it easier to create
and maintain the files in the /dev directory.  /dev directory files
correspond to a particular device supported by Linux (serial or printer
ports, scanners, sound cards, tape drives, CD-ROM drives, hard drives,
etc.) and interface with the drivers in the kernel.
You should install the MAKEDEV package because the MAKEDEV utility makes
it easy to manage the /dev directory device files.
Changelog
        
            - * Fri Nov 12 18:00:00 2004 Nalin Dahyabhai <nalin{%}redhat{*}com> 3.15-2
- - rebuild 
            - * Fri Nov 12 18:00:00 2004 Nalin Dahyabhai <nalin{%}redhat{*}com> 3.15-1
- - set the file creation context for symlinks as well (#138897)
- verify the file context for symlinks as well
- use lgetfilecon instead of getfilecon so that we don't chase symlinks when
  determining the current context of a file (Dan Walsh)
- update to 27 October 2004 devices.txt:
  - remove msd* devices
  - add ub* devices
- comment out ubd* (98/0) devices for now, would conflict with a ub block
  device (180/24)
- handle symlink-already-exists errors 
            - * Tue Oct 19 19:00:00 2004 Nalin Dahyabhai <nalin{%}redhat{*}com> 3.14-1
- - update to 20 September 2004 devices.txt:
  - add ttyMM devices (no callout devices)
  - move inftl* devices from major 94 to major 96
  - move msd* devices from major 96 to major 95
  - move dasd* devices from major 95 to major 94
- drop the number of vnet nodes from 16 to 9
- make vmnet* a link to vnet*
- fix -n, -v