Long-standing bugs and typos

Thomas Pundt (pundtt@ESCHER.UNI-MUENSTER.DE)
Fri, 8 Mar 1996 11:30:21 +0100


| 2. Some files in /proc have wrong permissions:
|
| /proc/scsi% ls -li
| 256 -rw-r--r-- 2 root wheel 0 Mar 5 20:03 scsi
| (It should be -r--r--r--, although writing to this file does nothing.
| The link count seems also wrong, there are no other /proc files with inum 256.)
|

nope, the "rw" is correct, as the scsi driver accepts a "scsi singledevice x x x x"
command to register a device after you have booted your computer (see
scsi.c for details...)

Thomas