Jump to letter: [
          
            ABCDEFGHIJKLMNOPQRSTUVWXYZ
          ]
        
        MAKEDEV - A program used for creating device files in /dev
        
        
        - Description:
- 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. 
Packages
        
        
            | MAKEDEV-3.23-4.ia64
              [143 KiB] | Changelog
              by Chris Lumens (2008-03-03): - Change license to GPLv2 only.
- minor cleanups for merge review (Todd Zullinger <tmz@pobox.com>):
  - rpmlint warnings fixed:
    - buildprereq and prereq use
    - quoted macros in %changelog
    - summary-ended-with-dot
  - create vcsa user and floppy group according to packaging guidelines
    (Packaging/UsersAndGroups)
  - note that we are upstream for MAKEDEV above the source tag
  - bring BuildRoot tag in line with the packaging guidelines
  - remove grep and mktemp from Require |