Xref: utzoo news.software.b:6408 comp.sources.bugs:2729 Newsgroups: news.software.b,comp.sources.bugs Path: utzoo!henry From: henry@zoo.toronto.edu (Henry Spencer) Subject: C News patch of 15-Dec-1990 Message-ID: <1990Dec16.011439.15565@zoo.toronto.edu> Organization: U of Toronto Zoology Date: Sun, 16 Dec 90 01:14:39 GMT Oops. We -- well, to be specific, I -- made a small error in the relaynews makefile. As a final pre-Christmas patch, here's a fix. Just to add some real technical content :-), I include a small fix that's been in the queue for some time: having rnews report problems on stderr, as well as to the NEWSMASTER, so that smart transmission systems can pass the detailed nature of the problem back to the other end. Oh yes, as a final Christmas present, the cnews.Z file on cs.toronto.edu will shortly be current again, the series of somewhat interrelated patches having been completed. start of patch 15-Dec-1990 (suggested archive name: `pch15Dec90.Z') this should be run with patch -p0 &2 exit 1 fi *************** *** 47,50 **** --- 48,52 ---- cat /tmp/ngripe.$$ ) | mail "$NEWSMASTER" + cat /tmp/ngripe.$$ >&2 rm -f /tmp/ngripe.$$ exit 1 *** cnpatch/old/relay/makefile Sat Dec 15 20:05:20 1990 --- relay/makefile Sat Dec 15 19:24:44 1990 *************** *** 77,81 **** rm -f $(BIN)/inews $(NEWSCTL)/inews ln $(NEWSBIN)/inject/inews $(BIN)/inews 2>/dev/null || cp sh/inews $(BIN) ! ln $(NEWSCTL)/inject/inews $(NEWSCTL)/inews 2>/dev/null || cp sh/inews $(NEWSCTL) cmp: relaynews --- 77,81 ---- rm -f $(BIN)/inews $(NEWSCTL)/inews ln $(NEWSBIN)/inject/inews $(BIN)/inews 2>/dev/null || cp sh/inews $(BIN) ! ln $(NEWSBIN)/inject/inews $(NEWSCTL)/inews 2>/dev/null || cp sh/inews $(NEWSCTL) cmp: relaynews end of patch 15-Dec-1990 -- "The average pointer, statistically, |Henry Spencer at U of Toronto Zoology points somewhere in X." -Hugh Redelmeier| henry@zoo.toronto.edu utzoo!henry