Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site stat-l Path: utzoo!watmath!clyde!burl!mgnetp!ihnp4!inuxc!pur-ee!CS-Mordred!Pucc-H:Pucc-I:Stat-L:ab3 From: ab3@stat-l (Rsk the Wombat) Newsgroups: net.unix-wizards Subject: Another quick note on "S" Message-ID: <59@stat-l> Date: Fri, 18-May-84 14:00:38 EDT Article-I.D.: stat-l.59 Posted: Fri May 18 14:00:38 1984 Date-Received: Sun, 20-May-84 00:02:53 EDT Organization: Pucc Unix Systems Group Lines: 18 (Maybe we need a mailing list for S...) The shell script ~s/S which is created when you SYSGEN the S package has a line in which reads: 0) if test ! -w .; then echo Cannot write in directory `pwd`; exit 1; fi Unfortunately, [under 4.2] the test *always* fails (since mere mortals cannot write in a directory); this is not desirable behavior. This is because test(1) uses access(2) in a reasonable, but perhaps not quite optimal, way. So, until we get around to hacking test(1), the fix to ~s/S is: Delete that line! -- Rsk the Wombat UUCP: { allegra, decvax, ihnp4, harpo, teklabs, ucbvax } !pur-ee!rsk { cornell, eagle, hplabs, ittvax, lanl-a, ncrday } !purdue!rsk