K 10 svn:author V 3 bde K 8 svn:date V 27 1996-01-28T19:10:37.000000Z K 7 svn:log V 550 Use umask disk_umask=037 for all (writable) disks. Use umask tape_umask=017 for all tapes. This has a significant effect only for ft and st (they were created with the wrong umask 002 and then chmod'ed to mode 640; now they are created with mode 660). Chmod the st control devices (mode 3) to 600. These need to be more secure than the st i/o devices, but were less secure. Use the default umask of 077 for joy0. 002 gave mode 664, which is insecure. Use umask 037 for ch*. Cosmetic. Removed redundant chmod's. Sorted case lists for disks. END