chris@umcp-cs.UUCP (Chris Torek) (08/06/86)
This program (like too many others) does not really let one's umask do its thing. It has in it at least one mkdir(path, 0755); This should be mkdir(path, 0777); unless you have fiddled with the umask. Just something to note for the future.... -- In-Real-Life: Chris Torek, Univ of MD Comp Sci Dept (+1 301 454 1516) UUCP: seismo!umcp-cs!chris CSNet: chris@umcp-cs ARPA: chris@mimsy.umd.edu