Path: utzoo!utgpu!utstat!jarvis.csri.toronto.edu!mailrus!husc6!rice!sun-spots-request From: matt@oddjob.uchicago.edu (Matt Crawford) Newsgroups: comp.sys.sun Subject: Re: lpd problems on Sun UNIX 4.2 Release 3.5 Keywords: Software Message-ID: <8902221539.AA08506@oddjob.uchicago.edu> Date: 6 Mar 89 23:56:16 GMT Sender: usenet@rice.edu Organization: Sun-Spots Lines: 8 Approved: Sun-Spots@rice.edu Original-Date: Wed, 22 Feb 89 09:39:05 CST X-Sun-Spots-Digest: Volume 7, Issue 183, message 5 of 17 A confident guess: Change "#!/bin/csh -f" to "/bin/csh -fb". I bet the filter is being invoked from a setuid program which does not reset its real and effective uids to the same value. Thus, as far as csh knows, it is being invoked for a setuid script. Matt Crawford