Path: utzoo!mnetor!uunet!husc6!necntc!ncoast!allbery From: ron@ccd700.UUCP (ron) Newsgroups: comp.sources.misc Subject: v02i038: A quick uuxqt fix for compressed news Message-ID: <7173@ncoast.UUCP> Date: 3 Feb 88 01:58:43 GMT Sender: allbery@ncoast.UUCP Organization: Ford CCD, Dearborn Michigan Lines: 42 Keywords: uuxqt cunbatch news Approved: allbery@ncoast.UUCP X-Archive: comp.sources.misc/8802/1 Comp.sources.misc: Volume 2, Issue 38 Submitted-By: Ron Tribble Archive-Name: uuxqt-hack Comp.sources.misc: Volume 2, Issue 38 Submitted-By: Ron Tribble Archive-Name: uuxqt-hack I have been hearing of a problem with uuxqt in sites that use compressed news. It seems that uuxqt at some sites will go ahead and execute of the LCK file is old enough. We have been creamed by this ourselves so I wrote the following quickie to stop it. do whatever you want with it. ronald r. tribble #include #include #include struct stat *st; main ( num , args ) int num; char *args[]; { char env [512]; int iam; strcpy ( env , "/usr/lib/uucp/UUXQT " ); for (iam=1;iam