home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / slackwar / a / util / util-lin.2 / util-lin / util-linux-2.2 / sys-utils / README.MAKEDEV < prev    next >
Encoding:
Text File  |  1995-02-22  |  894 b   |  23 lines

  1. README.MAKEDEV,v 1.1.1.1 1995/02/22 19:09:12 faith Exp
  2.  
  3. Here is the original comment taken from the MAKEDEV script.  One day,
  4. I'll do this properly.
  5.  
  6. =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
  7.  
  8. This is my attempt at a MAKEDEV script.  IMHO it cleans up many areas.
  9. It can be used to determine the necessary info for a device without
  10. actually creating it using the '-n' flag.
  11.  
  12. It makes less individual devices and tends to make classes of devices
  13. (eg "MAKEDEV hda" will create "hda" and the 8 partitions; "MAKEDEV ptyp"
  14. will create the ptyp[0-f] master and ttyp[0-f] slave devices).
  15.  
  16. If you are aware of any glaring omissions or errors, please let me know.
  17. Also, if you are a developer who wants your devices supported by MAKEDEV,
  18. let me know.
  19.  
  20. Thanks to Ian Jackson for the original help and encouragement.
  21.  
  22.     Nick Holloway <Nick.Holloway@alfie.demon.co.uk>  
  23.