Imported Debian patch 2.3.1-87
[debian/makedev] / README
1 $Id: README,v 2.3 1997/09/29 19:03:21 johnsonm Exp $
2
3 This release is an interim release by Michael K. Johnson <johnsonm@redhat.com>
4 If it breaks, don't bother Nick, bother me.
5
6 Here is the original comment taken from the MAKEDEV script.  One day,
7 I'll do this properly.
8
9 =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
10
11 This is my attempt at a MAKEDEV script.  IMHO it cleans up many areas.
12 It can be used to determine the necessary info for a device without
13 actually creating it using the '-n' flag.
14
15 It makes less individual devices and tends to make classes of devices
16 (eg "MAKEDEV hda" will create "hda" and the 8 partitions; "MAKEDEV ptyp"
17 will create the ptyp[0-f] master and ttyp[0-f] slave devices).
18
19 If you are aware of any glaring omissions or errors, please let me know.
20 Also, if you are a developer who wants your devices supported by MAKEDEV,
21 let me know.
22
23 Thanks go to many people.  Ian Jackson for the original help and
24 encouragement, to Matthias Urlichs for plugging "MAKEDEV update", and
25 to the many others that have bought errors and omissions to my attention.
26
27         Nick Holloway <Nick.Holloway@alfie.demon.co.uk>