Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!watmath!clyde!caip!nike!ucbcad!ucbvax!sdcsvax!ncr-sd!ncrcae!ncsu!abc From: abc@ncsu.UUCP (Alan B. Clegg) Newsgroups: net.sources.bugs Subject: bug in UNaXcess : MKCONF routine is BAD! Message-ID: <3100@ncsu.UUCP> Date: Thu, 7-Aug-86 13:09:59 EDT Article-I.D.: ncsu.3100 Posted: Thu Aug 7 13:09:59 1986 Date-Received: Sat, 9-Aug-86 11:04:31 EDT References: <1319@ncoast> <9@wjh12.HARVARD.EDU>, <4@talcott.HARVARD.EDU> Organization: N.C. State University, Raleigh Lines: 7 if you are running BSD, expect it not to work. There is a call to mkdir with only one parameter. It is the ONLY mkdir in the whole thing, but I don't know what module is in... It should be : mkdir(what-ever-it-was, 0755); -abc